Skip to content

subcommand comments #35

subcommand comments

subcommand comments #35

Workflow file for this run

name: Go Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.25'
- name: Run tests
run: go test -v ./...