Skip to content

Commit

Permalink
Use a single linting command.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwelcher committed Jan 27, 2025
1 parent 3333def commit 79550fb
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/pull-request-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,10 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm i
- name: Lint JavaScript files
run: npm run lint:js
- name: Lint CSS files
run: npm run lint:css
- name: Lint package.json files
run: npm run lint:pkg-json
run: npm ci
- name: Run the linting command
run: npm run lint
env:
CI: true

name: Javascript, CSS, and package.json
name: Linting PHP, JavaScript, and CSS.

0 comments on commit 79550fb

Please sign in to comment.