Skip to content

build(deps-dev): bump @babel/plugin-transform-duplicate-named-capturing-groups-regex from 7.25.0 to 7.25.9 #359

build(deps-dev): bump @babel/plugin-transform-duplicate-named-capturing-groups-regex from 7.25.0 to 7.25.9

build(deps-dev): bump @babel/plugin-transform-duplicate-named-capturing-groups-regex from 7.25.0 to 7.25.9 #359

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