Skip to content

fix/#778_custom_arrow_is_in_the_wrong_place (#802) #736

fix/#778_custom_arrow_is_in_the_wrong_place (#802)

fix/#778_custom_arrow_is_in_the_wrong_place (#802) #736

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