Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Sep 13, 2024
1 parent f71e908 commit 2381cdc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,6 @@ jobs:
deno install --allow-net -n deno_curl https://deno.land/std@0.198.0/examples/curl.ts
deno_curl https://deno.land/std@0.198.0/examples/curl.ts
- name: Format
if: runner.os == 'Linux' && matrix.deno == 'canary'
run: npm run fmt:check

- name: Lint
if: runner.os == 'Linux' && matrix.deno == 'canary'
run: npm run lint

test-version-file:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 2381cdc

Please sign in to comment.