Skip to content

Commit

Permalink
Update deno.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqxx authored Oct 17, 2023
1 parent 85b3a95 commit a9176e9
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 @@ -25,8 +25,8 @@ jobs:
with:
deno-version: ${{env.deno-version}}

- name: Run linter
run: deno lint
# - name: Run linter
# run: deno lint

- name: Run tests
run: deno test -A --unstable --check --reload --doc --allow-none

0 comments on commit a9176e9

Please sign in to comment.