Skip to content

Bump eslint from 7.26.0 to 9.12.0 #173

Bump eslint from 7.26.0 to 9.12.0

Bump eslint from 7.26.0 to 9.12.0 #173

Workflow file for this run

name: Lint PHP 🚨
on:
push:
paths:
- '**.php'
pull_request:
paths:
- '**.php'
jobs:
php-cs-fixer:
name: PHP-CS-Fixer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga
with:
args: --config=.php-cs-fixer.dist.php --diff --dry-run