Skip to content

run phplint on PHP 8.3, along with other CI updates #185

run phplint on PHP 8.3, along with other CI updates

run phplint on PHP 8.3, along with other CI updates #185

name: Coding Style Checks
on: [ push, pull_request, workflow_dispatch ]
jobs:
ci:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Coding Style Checks
run: docker run -q --rm -v "$(pwd):/project" -w /project -i jakzal/phpqa:php8.2 php-cs-fixer fix --dry-run