Skip to content

Github Action : WPCS Linting #4

Github Action : WPCS Linting

Github Action : WPCS Linting #4

Workflow file for this run

name: WPCS check
on: pull_request
jobs:
phpcs:
name: WPCS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: WPCS check
uses: 10up/wpcs-action@stable
with:
paths: 'public/wp-content/themes/coloredcow' # Paths to check, space separated && change the path to active theme