Skip to content

Install pcntl in docker image as make autoreview fails with absent SIGINT const #70

Install pcntl in docker image as make autoreview fails with absent SIGINT const

Install pcntl in docker image as make autoreview fails with absent SIGINT const #70

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