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"