Skip to content

Update PHP-CS-Fixer and enable parallelization #14

Update PHP-CS-Fixer and enable parallelization

Update PHP-CS-Fixer and enable parallelization #14

Workflow file for this run

name: 'Require tests if source code is changed'
on:
pull_request_target:
types: [opened]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: infection/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
fileExtensions: '.php'