Skip to content

[CMSP-669] Update pantheon wp coding standards (#25) #4

[CMSP-669] Update pantheon wp coding standards (#25)

[CMSP-669] Update pantheon wp coding standards (#25) #4

Workflow file for this run

name: Lint
on: push
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Lint
run: |
composer install
composer lint