Skip to content

Commit

Permalink
Refactor GitHub Actions workflow to remove PHP dependency installatio…
Browse files Browse the repository at this point in the history
…n and streamline linting process
  • Loading branch information
theaminuli committed Jan 25, 2025
1 parent 5f21fb4 commit 72766d5
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,7 @@ jobs:

- name: Install Dependencies
run: npm install --legacy-peer-deps

- name: Install PHP dependencies
uses: php-actions/composer@v6
with:
args: --ignore-platform-reqs

- name: Run WP Standard Lint
run: npm run lint:standard

- name: Run JS Lint
if: success() || failure()
run: npm run lint:js
Expand Down

0 comments on commit 72766d5

Please sign in to comment.