Skip to content

Commit b0b0cc4

Browse files
chore: Add a diff helper (#1111)
* chore: Add a diff helper * chore: Ignore state files
1 parent c6753b4 commit b0b0cc4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,9 @@ jobs:
193193
echo "go run ./cmd/codegen \\"
194194
echo " --l1-rpc-urls=\"<urls>\" \\"
195195
echo " --superchains=\"$SUPERCHAINS\""
196+
echo ""
197+
echo "These are the expected changes:"
198+
git diff
196199
exit 1
197200
else
198201
echo "\n✅ All codegen files are up to date"

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ superchain/**/testchain*
1010
/broadcast/*/31337/
1111
/broadcast/**/dry-run/
1212

13+
# State files
14+
/*-state.json
15+
1316
# vim
1417
*.sw*m
1518

0 commit comments

Comments
 (0)