Skip to content

Prevent errors that can occur when saving log settings and schedule settings on initial plugin setup #283

Prevent errors that can occur when saving log settings and schedule settings on initial plugin setup

Prevent errors that can occur when saving log settings and schedule settings on initial plugin setup #283

Workflow file for this run

on: pull_request
name: 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
env:
GH_BOT_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
SKIP_FOLDERS: ".github,docs,node_modules,tests,vendor"
PHPCS_SNIFFS_EXCLUDE: "WordPress.Files.FileName"
with:
args: "WordPress,WordPress-Core,WordPress-Docs"