We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e619c82 commit 0d5b63aCopy full SHA for 0d5b63a
.github/workflows/verifier-tests.yaml
@@ -29,12 +29,8 @@ jobs:
29
- name: Install just
30
uses: extractions/setup-just@69d82fb0233557aec017ef13706851d0694e0f1d # v2.0.0
31
32
- - name: Install golangci-lint
33
- uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
34
- with:
35
- version: latest
36
- working-directory: verifier
37
- args: --help # Just install, don't run yet
+ - name: Install go-tools
+ run: just install-go-tools
38
39
- name: Run lint
40
run: just lint
0 commit comments