Skip to content

Commit

Permalink
ci: upgrades to checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
maraisr committed May 15, 2024
1 parent 70886ea commit 98139c0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,12 @@ jobs:
deno:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x

- run: deno fmt --check
- run: deno lint
- run: deno check **/*.ts
- run: deno check **.ts

- name: Tests
run: |-
Expand All @@ -26,9 +23,8 @@ jobs:
npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x

- run: mkdir -p npm
- run: deno task build
5 changes: 5 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 98139c0

Please sign in to comment.