Skip to content

Create wpcs-php.yml (#88) #2

Create wpcs-php.yml (#88)

Create wpcs-php.yml (#88) #2

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