Skip to content

Commit

Permalink
Add git add --intent-to-add --all to detect untracked files
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Jan 7, 2025
1 parent 6e01a27 commit e74c80b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +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 add --intent-to-add --all
git diff --exit-code
- run: ./scripts/build.sh
shell: bash
Expand Down

0 comments on commit e74c80b

Please sign in to comment.