Skip to content

chore: linting fixes #131

chore: linting fixes

chore: linting fixes #131

Workflow file for this run

name: run-lint
on:
push:
pull_request:
jobs:
php-cs-fixer:
name: php-cs check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Setup PHP
uses: shivammathur/setup-php@master
with:
php-version: 8.1
coverage: none
tools: cs2pr
- name: Install dependencies
run: composer i
- name: Run linter
run: composer lint -- --dry-run --diff --format=checkstyle | cs2pr