From 8d21aafaef5c32e9ec92ea85d3502b7b31e78d17 Mon Sep 17 00:00:00 2001 From: Paul Kevan Date: Wed, 22 May 2024 14:12:31 +0100 Subject: [PATCH] . --- .github/workflows/ci.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 232885d..7a00c9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,15 +44,10 @@ 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.dist + steps: + - uses: actions/checkout@v3 + - name: WPCS check + uses: 10up/wpcs-action@stable phpunit: name: PHP Unit Tests