Skip to content

Commit

Permalink
Actually do checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwhit committed Sep 20, 2024
1 parent e7a5a40 commit af4043e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,12 @@ jobs:
check-js:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- uses: denoland/setup-deno@v1
with:
deno-version: 2.0.0-rc.4
deno-version: rc

- name: deno lint
run: deno lint
Expand Down

0 comments on commit af4043e

Please sign in to comment.