Skip to content

Upgrade phpstan to the latest version #66

Upgrade phpstan to the latest version

Upgrade phpstan to the latest version #66

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 }}