Skip to content

Commit

Permalink
GH Actions/Basics: 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 d8c60d2 commit 1300a87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/basics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
run: diff -B --tabsize=4 ./Yoast/ruleset.xml <(xmllint --format "./Yoast/ruleset.xml")

# Check the codestyle of the files within YoastCS.
# The results of the CS check will be shown inline in the PR via the CS2PR tool.
# @link https://github.com/staabm/annotate-pull-request-from-checkstyle/
- name: Check PHP code style
continue-on-error: true
run: composer check-cs -- --report-full --report-checkstyle=./phpcs-report.xml
Expand Down

0 comments on commit 1300a87

Please sign in to comment.