Skip to content

Commit

Permalink
Add descriptions to new tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
markvl-sbp committed Nov 14, 2024
1 parent a4878a0 commit 780f57e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ tasks:
- task: golangci-lint-install
- task: golangci-lint-run
golangci-lint-run-without-cache:
desc: run golangci-lint without cache
silent: true
cmds:
- task: golangci-lint-install
Expand All @@ -157,6 +158,7 @@ tasks:
go install golang.org/x/vuln/cmd/govulncheck@{{.GOVULNCHECK_VERSION}}
fi
govulncheck:
desc: check for vulnerabilities with govulncheck
silent: true
cmds:
- task: govulncheck-install
Expand Down

0 comments on commit 780f57e

Please sign in to comment.