Skip to content

fix: implement --jobs-list and --jobs-cancel CLI flags #183

fix: implement --jobs-list and --jobs-cancel CLI flags

fix: implement --jobs-list and --jobs-cancel CLI flags #183

Workflow file for this run

name: Go Tests
on:
push:
branches: [ "**" ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- run: go test ./...
- run: gofmt -l .