Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
update workflows to use deno 2 rc
Browse files Browse the repository at this point in the history
  • Loading branch information
williamhorning committed Sep 29, 2024
1 parent c7e51d5 commit dc26722
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- uses: denoland/setup-deno@v1
with:
deno-version: v1.44.4
deno-version: 2.0.0-rc.7
- run: deno fmt --check .
continue-on-error: true
lint:
Expand All @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3
- uses: denoland/setup-deno@v1
with:
deno-version: v1.44.4
deno-version: 2.0.0-rc.7
- run: deno lint .
continue-on-error: true
test:
Expand All @@ -28,6 +28,6 @@ jobs:
- uses: actions/checkout@v3
- uses: denoland/setup-deno@v1
with:
deno-version: v1.44.4
deno-version: 2.0.0-rc.7
- run: deno test
continue-on-error: true

0 comments on commit dc26722

Please sign in to comment.