Skip to content

cmd/snappr: Clean up redundant argument checks #29

cmd/snappr: Clean up redundant argument checks

cmd/snappr: Clean up redundant argument checks #29

Workflow file for this run

name: test
on:
push:
tag-ignore:
- '**'
jobs:
go:
name: Go ${{matrix.go}}
runs-on: ubuntu-latest
strategy:
matrix:
go:
- 1.21.x
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ${{matrix.go}}
- run: go vet ./...
- run: go run honnef.co/go/tools/cmd/[email protected] ./...
- run: go test -v ./...
- run: go run ./cmd/snappr --help