Skip to content

Commit

Permalink
JS Lint doesn't need to be a matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanhammond committed Sep 15, 2022
1 parent e14c3c0 commit 1fa8f81
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pr-js-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ on:
jobs:
lint:
timeout-minutes: 30
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ubuntu-latest
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
Expand Down

0 comments on commit 1fa8f81

Please sign in to comment.