Skip to content

Commit

Permalink
build: remove matrix checks for lint job (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
caspervonb authored Feb 2, 2021
1 parent 17debe1 commit 0a5b3d5
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,11 @@ jobs:
submodules: false
persist-credentials: false

- name: Install Deno (Unix)
if: |
!startsWith(matrix.os, 'windows')
- name: Install Deno
run: |-
curl -fsSL https://deno.land/x/install/install.sh | sh
echo "$HOME/.deno/bin" >> $GITHUB_PATH
- name: Install Deno (Windows)
if: startsWith(matrix.os, 'windows')
run: |-
curl -fsSL https://deno.land/x/install/install.sh | sh
echo "$HOME/.deno/bin" >> $env:GITHUB_PATH
- name: Upgrade to Deno canary
run: deno upgrade --canary

Expand Down

0 comments on commit 0a5b3d5

Please sign in to comment.