From 6ce48748c8ce1ffc6c672b670a528f63ff1448ad Mon Sep 17 00:00:00 2001 From: Aaron Ware Date: Mon, 12 Apr 2021 21:12:50 -0400 Subject: [PATCH] revert: cant spend time looking at coding standards --- .github/workflows/phpcs.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/phpcs.yml diff --git a/.github/workflows/phpcs.yml b/.github/workflows/phpcs.yml deleted file mode 100644 index f2cb4782..00000000 --- a/.github/workflows/phpcs.yml +++ /dev/null @@ -1,19 +0,0 @@ -on: pull_request - -name: WordPress Coding Standards Inspections -jobs: - runPHPCSInspection: - name: Run PHPCS inspection - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - with: - ref: ${{ github.event.pull_request.head.sha }} - - name: Run PHPCS inspection - uses: rtCamp/action-phpcs-code-review@v2.0.3 - env: - GH_BOT_TOKEN: ${{ secrets.GH_BOT_TOKEN }} - SKIP_FOLDERS: "" - PHPCS_SNIFFS_EXCLUDE: "" - with: - args: "WordPress,WordPress-Core"