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.
2 parents 7b3b35a + 295de05 commit 79cf6f5Copy full SHA for 79cf6f5
.github/workflows/ci.yaml
@@ -20,7 +20,7 @@ jobs:
20
- name: Display Go version
21
run: go version
22
- name: Check that all autogenerated files are up to date
23
- run: make manifests generate && git diff --quiet HEAD --
+ run: make manifests generate && git diff HEAD --
24
- name: Check that all docs are up to date
25
run: make docs && git diff HEAD --
26
- name: Unit Test
0 commit comments