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 73015f8 commit aae6377Copy full SHA for aae6377
.github/workflows/ci.yml
@@ -49,6 +49,9 @@ jobs:
49
- name: Check if go.mod and go.sum are up to date
50
run: go mod tidy && git diff --exit-code -- go.mod go.sum
51
52
+ - name: Check if generated files are up to date
53
+ run: make generate && git diff --exit-code
54
+
55
unit-tests:
56
name: Unit Tests
57
runs-on: ubuntu-22.04
0 commit comments