Skip to content

Commit

Permalink
CI: Enable Coding Standards checks
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryJones committed Aug 16, 2024
1 parent 9879b91 commit 38f7792
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cs-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ jobs:
xml-schema-file: ./vendor/phpunit/phpunit/phpunit.xsd

# Check the code-style consistency of the PHP files.
# - name: Check PHP code style
# continue-on-error: true
# run: vendor/bin/phpcs --report-full --report-checkstyle=./phpcs-report.xml
- name: Check PHP code style
continue-on-error: true
run: vendor/bin/phpcs --report-full --report-checkstyle=./phpcs-report.xml

# - name: Show PHPCS results in PR
# run: cs2pr ./phpcs-report.xml
- name: Show PHPCS results in PR
run: cs2pr ./phpcs-report.xml

0 comments on commit 38f7792

Please sign in to comment.