Skip to content

Commit

Permalink
Use existing workflows/check-clean-branch.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Jan 6, 2025
1 parent 1027d15 commit f7b7acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
grep -lr -E '^// Code generated by MockGen\. DO NOT EDIT\.$' . | xargs -r rm
go generate -run "go.uber.org/mock/mockgen" ./...
git diff --exit-code
.github/workflows/check-clean-branch.sh
- run: ./scripts/build.sh
shell: bash
- run: ./scripts/build_test.sh
Expand Down

0 comments on commit f7b7acb

Please sign in to comment.