Revert "reconfig"

This reverts commit 833a9210b6.
This commit is contained in:
Paul Kevan 2024-05-22 16:32:06 +01:00
parent 392b138926
commit d205d2eda3

View file

@ -4,10 +4,6 @@ on:
pull_request:
push:
branches: [production]
paths:
- "**.php"
- "phpcs.xml"
- ".github/workflows/phpcs.yml"
jobs:
phpcs:
@ -48,14 +44,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