Skip to content

Add another dependency to our optimizer script #306

Add another dependency to our optimizer script

Add another dependency to our optimizer script #306

Workflow file for this run

name: PHPCS
on:
push:
branches:
- develop
- trunk
pull_request:
branches:
- develop
jobs:
phpcs:
name: phpcs
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set PHP version
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
coverage: none
tools: composer:v2
- name: composer install
run: composer install
- name: Run PHPCS
run: composer run phpcs