Skip to content

Commit

Permalink
Merge branch 'main' into test-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
samiahmedsiddiqui authored Aug 16, 2024
2 parents 602152f + abcc973 commit fab54c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-coding-standards-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Run PHPCS on all files
id: phpcs
run: phpcs -n --report-full --cache=./.cache/phpcs-src.json --report-checkstyle=./.cache/phpcs-report.xml
run: phpcs -n --report-full --report-checkstyle=./.cache/phpcs-report.xml

- name: Show PHPCS results in PR
if: ${{ always() && steps.phpcs.outcome == 'failure' }}
Expand Down

0 comments on commit fab54c7

Please sign in to comment.