From 392b138926a238d643eb1da3ac509dc1a6a02781 Mon Sep 17 00:00:00 2001 From: Paul Kevan Date: Wed, 22 May 2024 16:32:05 +0100 Subject: [PATCH] Revert "." This reverts commit e726419f62d61f9e5c1b4359c6bb54bad03c40ea. --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94934ab..61f0bb5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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