Skip to content

Commit

Permalink
Fixed PHPCS github workflow for unexisting ruleset (#3500)
Browse files Browse the repository at this point in the history
With last change all errors are ignored.
  • Loading branch information
sreichel committed Sep 8, 2023
1 parent 0b3d782 commit ccbaa15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:

- name: PHPCodeSniffer
run: php vendor/bin/phpcs -s --report=full --standard=${{ matrix.rules.path }}
continue-on-error: ${{ matrix.rules.path != '.github/phpcs-ruleset.xml' }}
continue-on-error: ${{ matrix.rules.path != '.phpcs.xml.dist' }}

0 comments on commit ccbaa15

Please sign in to comment.