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