Skip to content

Commit

Permalink
Revert a single command and keep them separate.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwelcher committed Jan 27, 2025
1 parent 79550fb commit 17cba5e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pull-request-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Lint PHP files
run: composer run lint

name: PHP Files
name: Linting PHP.

other:
runs-on: ubuntu-latest
Expand All @@ -35,8 +35,10 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Run the linting command
run: npm run lint
run: npm run lint:js
- name: Lint CSS files
run: npm run lint:css
env:
CI: true

name: Linting PHP, JavaScript, and CSS.
name: Linting JavaScript, and CSS.

0 comments on commit 17cba5e

Please sign in to comment.