Skip to content

Commit 4900dad

Browse files
committed
chore: check if is/mod.ts and as/mod.ts are up-to-date
1 parent 6c1fe28 commit 4900dad

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
@@ -24,6 +24,10 @@ jobs:
2424
run: deno lint
2525
- name: Type check
2626
run: deno task check
27+
- name: Gen check
28+
run: |
29+
deno task gen
30+
git diff --exit-code
2731
2832
test:
2933
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)