Skip to content

Commit

Permalink
Ensure the GitHub Action runners uses the combined linter to cut down…
Browse files Browse the repository at this point in the history
… on its runtime as well.
  • Loading branch information
Clorith committed Aug 21, 2024
1 parent f8c1dea commit cb11139
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/lint-js-css.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,5 @@ jobs:
- name: Install Dependencies
run: npm ci

- name: Lint CSS
run: npm run lint:css

- name: Lint JS
run: npm run lint:js
- name: Run linters
run: npm run lint

0 comments on commit cb11139

Please sign in to comment.