Skip to content

Commit

Permalink
Merge branch 'main' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano committed Sep 8, 2023
2 parents 36593b5 + ccbaa15 commit 08c6e41
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 08c6e41

Please sign in to comment.