Skip to content

readme generator for sub commands #51

readme generator for sub commands

readme generator for sub commands #51

Workflow file for this run

name: '🚔'
on: [ push ]
jobs:
check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
check-latest: true
cache: true
- run: |
go vet ./...
go test -v ./...