Skip to content

fixed css linter errors 2 #51

fixed css linter errors 2

fixed css linter errors 2 #51

Workflow file for this run

name: WPCS check
on: [push, pull_request]
jobs:
phpcs:
name: WPCS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: WPCS check
uses: 10up/wpcs-action@stable
with:
excludes: 'CMB2,wordpress-block-react,wordpress-block-vanillajs'