Skip to content

build(deps-dev): bump stylelint from 16.8.2 to 16.9.0 #4

build(deps-dev): bump stylelint from 16.8.2 to 16.9.0

build(deps-dev): bump stylelint from 16.8.2 to 16.9.0 #4

Workflow file for this run

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