Skip to content

Commit

Permalink
GH Actions/Test: add comment + link to cs2pr
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Jun 29, 2021
1 parent 1300a87 commit fedefbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ jobs:
- name: Verify installed standards
run: vendor/bin/phpcs -i

# The results of the linting will be shown inline in the PR via the CS2PR tool.
# @link https://github.com/staabm/annotate-pull-request-from-checkstyle/
- name: Lint against parse errors
if: ${{ matrix.phpcs_version == 'dev-master' && matrix.wpcs_version == 'dev-master' }}
run: composer lint -- --checkstyle | cs2pr
Expand Down

0 comments on commit fedefbf

Please sign in to comment.