Skip to content

Commit 9347e49

Browse files
committed
WIP: do second checkout of locket
1 parent 54c87f1 commit 9347e49

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/lint.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,21 @@ jobs:
1414
runs-on: ubuntu-latest
1515
container: cloudfoundry/tas-runtime-build
1616
steps:
17-
- name: Check out repository code
17+
- name: Check out release code
1818
uses: actions/checkout@v4
1919
with:
2020
repository: cloudfoundry/diego-release
2121
ref: refs/heads/develop
2222
submodules: recursive
23-
- name: Confirm go version
24-
run: go version
2523
- name: Confirm location
2624
run: pwd && ls -al
25+
- name: Check out submodule code
26+
uses: actions/checkout@v4
27+
- name: Confirm go version
28+
run: go version
2729
- name: Confirm working-directory location
28-
working-directory: src/code.cloudfoundry.org/locket
2930
run: pwd && ls -al
3031
- name: Run `go vet`
31-
working-directory: src/code.cloudfoundry.org
3232
run: ls -al ./locket && cd locket && go vet ./...
3333
- name: Run `staticcheck`
34-
working-directory: src/code.cloudfoundry.org/locket
3534
run: GOFLAGS="-buildvcs=false" staticcheck ./...

0 commit comments

Comments
 (0)