From 1300a8752025a7ab920382c650e901503049ad2e Mon Sep 17 00:00:00 2001 From: jrfnl Date: Tue, 29 Jun 2021 19:11:14 +0200 Subject: [PATCH] GH Actions/Basics: add comment + link to cs2pr --- .github/workflows/basics.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/basics.yml b/.github/workflows/basics.yml index fc9d90d8..1631ec74 100644 --- a/.github/workflows/basics.yml +++ b/.github/workflows/basics.yml @@ -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