Skip to content

feat: add gen-documentation command #5

feat: add gen-documentation command

feat: add gen-documentation command #5

Workflow file for this run

name: "ctl testing"
on:
push:
paths:
- '**/*.go'
- 'go.mod'
- 'go.sum'
jobs:
testing:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Install dependencies
run: go mod download
- name: Verify dependencies
run: go mod verify
- name: Test
run: go test -timeout 5m ./...