Skip to content

Commit

Permalink
golangci-lint -> staticcheck && go vet && go test (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
buglloc authored Sep 18, 2023
1 parent c4cfe12 commit 58e9c9b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ jobs:
check-latest: true
cache: true

- name: Run golangci-lint
uses: golangci/[email protected]
- run: "go test ./..."
- run: "go vet ./..."
- uses: dominikh/[email protected]
with:
version: latest
args: --verbose
version: "2023.1.6"
install-go: false
test:
strategy:
fail-fast: false
Expand Down

0 comments on commit 58e9c9b

Please sign in to comment.