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 9347e49 commit 913db0eCopy full SHA for 913db0e
.github/workflows/lint.yml
@@ -22,13 +22,16 @@ jobs:
22
submodules: recursive
23
- name: Confirm location
24
run: pwd && ls -al
25
- - name: Check out submodule code
26
- uses: actions/checkout@v4
+ - name: Run `go vet`
+ run: go vet ./...
27
- name: Confirm go version
28
run: go version
29
- name: Confirm working-directory location
30
+ working-directory: src/code.cloudfoundry.org/locket
31
32
- name: Run `go vet`
- run: ls -al ./locket && cd locket && go vet ./...
33
34
35
- name: Run `staticcheck`
36
37
run: GOFLAGS="-buildvcs=false" staticcheck ./...
0 commit comments