Skip to content

Use the latest v1 test checker action #77

Use the latest v1 test checker action

Use the latest v1 test checker action #77

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