Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add agent-aware help text and --list-labels flag #11

Add agent-aware help text and --list-labels flag

Add agent-aware help text and --list-labels flag #11

Workflow file for this run

name: Go package
on:
push: {branches: [master]}
pull_request: {branches: [master]}
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
cache: 'true'
- name: Test
run: go test -v ./...