Skip to content

feat: add region api #12

feat: add region api

feat: add region api #12

name: CloudPilot build test
on:
pull_request:
branches: [ "main", "release-*" ]
jobs:
golangci:
name: CloudPilot build test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-go@v5
with:
go-version: '1.22'
cache: false
- name: build test
run: |
go build ./...