📄 docs: Update readme

🐞 fix: Update phpcs action
This commit is contained in:
Keith Solomon
2025-09-15 09:07:34 -05:00
parent f6d795ba39
commit 69c692d63e
2 changed files with 4 additions and 1 deletions

View File

@@ -28,6 +28,6 @@ jobs:
uses: "ramsey/composer-install@v3"
- name: Run PHPCS checks
continue-on-error: true
run: vendor/bin/phpcs --report-full --report-checkstyle=./phpcs-report.xml .
run: vendor/bin/phpcs --standard=.phpcs.xml --report-full --report-checkstyle=./phpcs-report.xml .
- name: Show PHPCS results in PR
run: cs2pr ./phpcs-report.xml