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 d6f9012 commit 9fedf97Copy full SHA for 9fedf97
.github/workflows/audit.yaml
@@ -27,7 +27,7 @@ jobs:
27
path: ${{ github.workspace }}/src/github.com/dims/maintainers/
28
29
- name: Build
30
- run: go install .
+ run: make install
31
working-directory: ${{ github.workspace }}/src/github.com/dims/maintainers/
32
33
- name: Checkout kubernetes/community
@@ -44,4 +44,4 @@ jobs:
44
45
- name: audit all
46
run: maintainers audit all
47
- working-directory: ${{ github.workspace }}/src/k8s.io/community/
+ working-directory: ${{ github.workspace }}/src/k8s.io/community/
0 commit comments