Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Commit 81d16c3

Browse files
committed
Add git add --intent-to-add --all to detect untracked files
1 parent fd6ea66 commit 81d16c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
run: |
9090
grep -lr -E '^// Code generated by MockGen\. DO NOT EDIT\.$' . | xargs -r rm
9191
go generate -run "go.uber.org/mock/mockgen" ./...
92+
git add --intent-to-add --all
9293
git diff --exit-code
9394
- run: ./scripts/build.sh evm
9495
shell: bash

0 commit comments

Comments
 (0)