Skip to content

fix/#821-checklist-plugin-blocks-yoast-seo-from-reading-text (#822) #776

fix/#821-checklist-plugin-blocks-yoast-seo-from-reading-text (#822)

fix/#821-checklist-plugin-blocks-yoast-seo-from-reading-text (#822) #776

Workflow file for this run

name: PHPLint
on: [push]
jobs:
phplint:
runs-on: ubuntu-latest
container:
image: publishpress/dev-workspace-terminal:checklists-free-2
options: --privileged
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Validate composer.json and composer.lock
run: composer validate
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
- name: Check syntax errors
run: ./vendor/bin/phplint