Skip to content

Fix org id param for several other CC APIs #19

Fix org id param for several other CC APIs

Fix org id param for several other CC APIs #19

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.23"
- run: go build ./...
- run: go vet ./...