Skip to content

Commit 913db0e

Browse files
committed
WIP: go vet on diego-release
1 parent 9347e49 commit 913db0e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/lint.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,16 @@ jobs:
2222
submodules: recursive
2323
- name: Confirm location
2424
run: pwd && ls -al
25-
- name: Check out submodule code
26-
uses: actions/checkout@v4
25+
- name: Run `go vet`
26+
run: go vet ./...
2727
- name: Confirm go version
2828
run: go version
2929
- name: Confirm working-directory location
30+
working-directory: src/code.cloudfoundry.org/locket
3031
run: pwd && ls -al
3132
- name: Run `go vet`
32-
run: ls -al ./locket && cd locket && go vet ./...
33+
working-directory: src/code.cloudfoundry.org/locket
34+
run: go vet ./...
3335
- name: Run `staticcheck`
36+
working-directory: src/code.cloudfoundry.org/locket
3437
run: GOFLAGS="-buildvcs=false" staticcheck ./...

0 commit comments

Comments
 (0)