Skip to content

Commit

Permalink
github: save CI time by combining scss and JS linting since they use …
Browse files Browse the repository at this point in the history
…the same dependencies (#989)
  • Loading branch information
edlerd authored Nov 18, 2024
2 parents 3e33f4b + b7d3e50 commit a087e17
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
commits: ${{ steps.get-pr-commits.outputs.commits }}

lint-scss:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -39,14 +39,6 @@ jobs:
- name: Lint scss
run: yarn lint-scss

lint-js:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Install node dependencies
run: yarn install --immutable

- name: Lint JS
run: yarn lint-js

Expand Down

0 comments on commit a087e17

Please sign in to comment.