Skip to content

Wrap icon in div

Wrap icon in div #4

Workflow file for this run

name: WPCS
on:
push:
branches:
- main
- master
- staging
- develop
pull_request:
branches:
- main
- master
- staging
- develop
jobs:
phpcs:
name: WPCS check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: WPCS check
uses: 10up/wpcs-action@stable
with:
use_local_config: 'true'
standard: '10up-Default'