Skip to content

build(deps-dev): bump process-on-spawn from 1.0.0 to 1.1.0 #410

build(deps-dev): bump process-on-spawn from 1.0.0 to 1.1.0

build(deps-dev): bump process-on-spawn from 1.0.0 to 1.1.0 #410

Workflow file for this run

name: WordPress Coding Standards checker
on: pull_request
jobs:
phpcs:
name: WPCS checker
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: WPCS check
uses: 10up/wpcs-action@stable
with:
enable_warnings: true
standard: 'WordPress-VIP-Go'
use_local_config: true