This commit is contained in:
Paul Kevan 2024-05-22 12:16:56 +01:00
parent 833a9210b6
commit e726419f62

View file

@ -48,14 +48,15 @@ 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