We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aecb1ec commit 64a104dCopy full SHA for 64a104d
1 file changed
.github/workflows/go-validate.yml
@@ -84,3 +84,6 @@ jobs:
84
- run: |
85
export PATH=$PATH:$(go env GOPATH)/bin
86
make generate
87
+ git diff --exit-code || ( echo "Found diffs in generated code" \
88
+ && echo "You can use the command: \`make generate\` to reformat code." \
89
+ && false )
0 commit comments