Skip to content

Commit

Permalink
Update phpCS.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins committed Nov 8, 2023
1 parent 87851fe commit e5b8fad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpCS.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: PHP Code Style

on: [ push ]
on: [ push, workflow_dispatch ]

jobs:
phpcs:
Expand Down Expand Up @@ -31,4 +31,4 @@ jobs:

- name: Annotate PR
if: ${{ always() && steps.phpcs.outcome == 'failure' }}
run: cs2pr --notices-as-warnings --colorize ./phpcs-report.xml
run: cs2pr --notices-as-warnings --colorize ./phpcs-report.xml

0 comments on commit e5b8fad

Please sign in to comment.