Skip to content

Commit

Permalink
.github/go: run errcheck in all subpackages
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Sep 12, 2024
1 parent fbd5013 commit 6326c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: go run honnef.co/go/tools/cmd/[email protected] ./...

- name: Errcheck
run: go run github.com/kisielk/[email protected] -ignoretests ./ ./event
run: go run github.com/kisielk/[email protected] -ignoretests ./...

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit 6326c27

Please sign in to comment.