Skip to content

Commit

Permalink
Update deno.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Zhu Chenrui <boomzero_zcr@outlook.com>
  • Loading branch information
boomzero authored Nov 9, 2024
1 parent b6cd3f8 commit cdc5794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
with:
deno-version: v2.x
- name: Run linter
run: deno lint
run: deno install&&deno lint

- name: Run tests
run: deno compile -A index.ts
run: deno install&&deno compile -A index.ts

0 comments on commit cdc5794

Please sign in to comment.