Skip to content

Commit

Permalink
Suspend asset check
Browse files Browse the repository at this point in the history
  • Loading branch information
tai2 committed Nov 2, 2023
1 parent 93e32d1 commit 34b75fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
# run: deno fmt --check
- name: Lint
run: deno lint
- name: Asset Check
run: |
deno task build_assets
git diff --exit-code src/assets.json
# - name: Asset Check
# run: |
# deno task build_assets
# git diff --exit-code src/assets.json
- name: Test
run: deno task test

0 comments on commit 34b75fe

Please sign in to comment.