Skip to content

Lite to pro design update #11497

Lite to pro design update

Lite to pro design update #11497

Workflow file for this run

on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- master
pull_request:
types: [ opened, labeled, synchronize ]
name: Inspections
jobs:
runPHPCSInspection:
if: contains(github.event.pull_request.labels.*.name, 'run analysis')
name: Run PHPCS inspection
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Install dependencies
run: composer install --dev --prefer-dist --no-progress
- name: PHPCS check
run: ./vendor/bin/phpcs --parallel=10 ./