Skip to content

Commit

Permalink
chore: use
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua committed Sep 11, 2024
1 parent 15c1e8c commit 06c006b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
strategy:
fail-fast: false
matrix:
deno:
- "1.x"
- canary
os:
- ubuntu-latest
- windows-latest
Expand All @@ -23,6 +26,8 @@ jobs:

- name: Setup Deno
uses: denoland/setup-deno@v1
with:
deno-version: ${{ matrix.deno }}

- name: Check typos
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 06c006b

Please sign in to comment.