Skip to content

Commit

Permalink
Update check.yaml script
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Jun 3, 2023
1 parent 6267a07 commit cc63847
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
deno-version: ${{ matrix.deno-version }}

- run: deno task lint && git diff --exit-code
- run: deno task generate && deno task fmt && git diff --exit-code
- run: deno task udd && git diff --exit-code
- run: |
deno task generate
deno task all
git diff --exit-code

0 comments on commit cc63847

Please sign in to comment.