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