Skip to content

Commit 7831153

Browse files
committed
☕ Check if the generated files are up-to-date.
1 parent 8c8a615 commit 7831153

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
run: deno fmt --check
4545
- name: Type check
4646
run: deno task check
47+
- name: Gen check
48+
run: |
49+
deno task gen
50+
git diff --exit-code
4751
4852
test:
4953
strategy:

0 commit comments

Comments
 (0)