Skip to content

composer update & update changelog #752

composer update & update changelog

composer update & update changelog #752

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