We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 691cf63 commit 54c87f1Copy full SHA for 54c87f1
.github/workflows/lint.yml
@@ -29,7 +29,7 @@ jobs:
29
run: pwd && ls -al
30
- name: Run `go vet`
31
working-directory: src/code.cloudfoundry.org
32
- run: ls -al ./locket && go vet ./locket
+ run: ls -al ./locket && cd locket && go vet ./...
33
- name: Run `staticcheck`
34
working-directory: src/code.cloudfoundry.org/locket
35
run: GOFLAGS="-buildvcs=false" staticcheck ./...
0 commit comments