Skip to content

Commit 54c87f1

Browse files
committed
WIP: cd into locket
1 parent 691cf63 commit 54c87f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: pwd && ls -al
3030
- name: Run `go vet`
3131
working-directory: src/code.cloudfoundry.org
32-
run: ls -al ./locket && go vet ./locket
32+
run: ls -al ./locket && cd locket && go vet ./...
3333
- name: Run `staticcheck`
3434
working-directory: src/code.cloudfoundry.org/locket
3535
run: GOFLAGS="-buildvcs=false" staticcheck ./...

0 commit comments

Comments
 (0)