Skip to content

Commit

Permalink
Invalid syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dshanske committed Dec 27, 2024
1 parent 6f853f3 commit 9f1c152
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 @@ -22,5 +22,5 @@ jobs:
run: composer lint:wpcs -- --no-cache --report-full --report-checkstyle=./phpcs-report.xml
- name: Show PHPCS results in PR
if: ${{ always() && steps.phpcs.outcome == 'failure' }}
run: cs2pr ./phpcs-report.xml
run: cs2pr ./phpcs-report.xml

0 comments on commit 9f1c152

Please sign in to comment.