Skip to content

Commit 9fedf97

Browse files
palnabarundims
authored andcommitted
.github: update the GitHub Actions audit workflow to install using new method
Signed-off-by: Nabarun Pal <[email protected]>
1 parent d6f9012 commit 9fedf97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/audit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
path: ${{ github.workspace }}/src/github.com/dims/maintainers/
2828

2929
- name: Build
30-
run: go install .
30+
run: make install
3131
working-directory: ${{ github.workspace }}/src/github.com/dims/maintainers/
3232

3333
- name: Checkout kubernetes/community
@@ -44,4 +44,4 @@ jobs:
4444

4545
- name: audit all
4646
run: maintainers audit all
47-
working-directory: ${{ github.workspace }}/src/k8s.io/community/
47+
working-directory: ${{ github.workspace }}/src/k8s.io/community/

0 commit comments

Comments
 (0)