Revert "."

This reverts commit e726419f62.
This commit is contained in:
Paul Kevan 2024-05-22 16:32:05 +01:00
parent f5784d0e53
commit 392b138926

View file

@ -48,15 +48,14 @@ jobs:
echo "${PWD}/mu-plugins/vendor/bin" >> $GITHUB_PATH
- name: Install PHP_CodeSniffer
run: |
curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
php phpcs.phar --version
- uses: thenabeel/action-phpcs@v8
with:
files: "**.php"
phpcs_path: php phpcs.phar
standard: phpcs.xml
run: |
curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
php phpcs.phar --version
phpunit:
name: PHP Unit Tests