Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-zijdemans-vipps committed Oct 1, 2024
1 parent fde4620 commit 133821e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ jobs:
- name: Setup repo
uses: actions/checkout@v4

- name: Setup Deno
run: curl -fsSL https://deno.land/install.sh | sh | export deno=$deno:/home/runner/.deno/bin/deno
- name: Install Deno
run: curl -fsSL https://deno.land/install.sh | sh

- name: Add Deno to path
run: export deno=$deno:/home/runner/.deno/bin/deno

- name: Format check
run: deno fmt --check
Expand Down

0 comments on commit 133821e

Please sign in to comment.