Skip to content

Commit

Permalink
Managed by Terraform: Update go-validate.yml GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nywilken committed Apr 28, 2023
1 parent 977d98f commit 76fe454
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,6 @@ jobs:
- run: |
export PATH=$PATH:$(go env GOPATH)/bin
make generate
git diff --exit-code || ( echo "Found diffs in generated code" \
&& echo "You can use the command: \`make generate\` to reformat code." \
&& false )

0 comments on commit 76fe454

Please sign in to comment.