Skip to content

Bump wpackagist-plugin/wordpress-seo from 20.6 to 23.9 #746

Bump wpackagist-plugin/wordpress-seo from 20.6 to 23.9

Bump wpackagist-plugin/wordpress-seo from 20.6 to 23.9 #746

Workflow file for this run

on: pull_request
name: Inspections
jobs:
runPHPCSInspection:
name: Run PHPCS inspection
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Run PHPCS inspection
uses: rtCamp/[email protected]
env:
GH_BOT_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
SKIP_FOLDERS: "tests,.github,vendor,woocommerce,tribe-events"
PHPCS_SNIFFS_EXCLUDE: "WordPress.Files.FileName"
with:
args: "WordPress,WordPress-Core,WordPress-Docs"