Skip to content

Adds a hotfix to remove php notice on rtl stylesheets #57

Adds a hotfix to remove php notice on rtl stylesheets

Adds a hotfix to remove php notice on rtl stylesheets #57

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:
standard: 'WordPress'
use_local_config: 'true'