Skip to content

styles: Enable PHP-CS-Fixer array_indentation rule #59

styles: Enable PHP-CS-Fixer array_indentation rule

styles: Enable PHP-CS-Fixer array_indentation rule #59

Workflow file for this run

name: 'Require tests if source code is changed'
on:
pull_request:
types: [opened]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: infection/tests-checker-action@v1.0.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}