Skip to content

chore(main): release 3.0.1 #14

chore(main): release 3.0.1

chore(main): release 3.0.1 #14

Workflow file for this run

on:
pull_request:
branches-ignore:
# Do not run on auto submitted branches
- '**-phpcbf'
- 'renovate/'
- 'dependabot/'
paths:
- '**.php'
name: WordPress Coding Standards Inspections
jobs:
runPHPCSInspection:
name: Run PHPCS inspection
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
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: ".deployment,.github,assets,css,js,lib,sourcedata,wsdl,vendor"
PHPCS_STANDARD_FILE_NAME: "phpcs.xml"
with:
args: "WordPress,WordPress-Core,WordPress-Extra"