Skip to content

Feat: --version/--help show underlying cmd info, fix infinite recursi… #11

Feat: --version/--help show underlying cmd info, fix infinite recursi…

Feat: --version/--help show underlying cmd info, fix infinite recursi… #11

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23'
check-latest: true
- run: go vet ./...
- run: go test ./... -timeout 60s