Skip to content

Fix CLI group create command to require all mandatory fields #246

Fix CLI group create command to require all mandatory fields

Fix CLI group create command to require all mandatory fields #246

Workflow file for this run

---
name: CI
"on":
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version: ">=1.24"
- run: make test
build-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: make docker-image