Skip to content

Commit 5d448c4

Browse files
authored
fix: add lint install as dependency to verify (#1222)
<!-- markdownlint-disable MD041 --> #### What this PR does / why we need it #### Which issue(s) this PR fixes <!-- Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. --> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
1 parent e8b61e1 commit 5d448c4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools.Taskfile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ tasks:
9696
9797
golangci-lint/verify:
9898
desc: "Run golangci-lint verify once on the config file"
99+
deps: [golangci-lint/install]
99100
vars:
100101
GOLANGCI_LINT: '{{ .ROOT_DIR }}/tmp/bin/golangci-lint'
101102
GOLANGCI_LINT_CONFIG: '{{ .ROOT_DIR }}/.github/config/golangci.yml'

0 commit comments

Comments
 (0)