Add new PHPCS config

This commit is contained in:
Paul Kevan 2024-05-21 15:16:29 +01:00
parent 8222cd5e9b
commit 1decb77332
2 changed files with 83 additions and 0 deletions

View file

@ -43,6 +43,10 @@ jobs:
composer install --prefer-dist --no-suggest --no-progress --no-ansi --no-interaction
echo "${PWD}/mu-plugins/vendor/bin" >> $GITHUB_PATH
- name: Lint PHP
run: |
BASE_REF=${{ github.base_ref }} php .github/bin/phpcs-branch.php
phpunit:
name: PHP Unit Tests