Skip to content

Remove our own ParentConnectorVisitor and use nikic-phpparser's one #87

Remove our own ParentConnectorVisitor and use nikic-phpparser's one

Remove our own ParentConnectorVisitor and use nikic-phpparser's one #87

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.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}