Skip to content

Commit 2b78905

Browse files
authored
check codegen doesn't create a diff (#369)
1 parent f1ba5ee commit 2b78905

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ jobs:
109109
- run:
110110
name: Run codegen
111111
command: just codegen
112+
- run:
113+
name: check git tree is clean
114+
command: git diff --exit-code
112115

113116
workflows:
114117
hourly:

0 commit comments

Comments
 (0)