Revert "Add new PHPCS config"

This reverts commit 1decb77332.
This commit is contained in:
Paul Kevan 2024-05-22 16:32:06 +01:00
parent 6d47a5281d
commit 52964910d1
2 changed files with 0 additions and 83 deletions

View file

@ -43,10 +43,6 @@ 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