Skip to content

Create WPCS Rule

Create WPCS Rule #1

Workflow file for this run

name: WordPress Coding Standards (PHP)
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: composer install
- name: Test WPCS
run: composer lint