Skip to content

Commit

Permalink
chore: check if is/mod.ts and as/mod.ts are up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Aug 8, 2024
1 parent 6c1fe28 commit 4900dad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
run: deno lint
- name: Type check
run: deno task check
- name: Gen check
run: |
deno task gen
git diff --exit-code
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4900dad

Please sign in to comment.