Skip to content

Commit

Permalink
ci: add more dependencies to check target
Browse files Browse the repository at this point in the history
  • Loading branch information
tembleking committed Dec 20, 2024
1 parent 9bcd30b commit d9a43a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ default: build
build: fmtcheck
go install

check: check-vuln
check: fmtcheck errcheck check-vuln doccheck lint

check-vuln:
govulncheck .
Expand Down
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
mkShell {
packages = [
go_1_23
errcheck
govulncheck
golangci-lint
golangci-lint-langserver
Expand Down

0 comments on commit d9a43a1

Please sign in to comment.