Skip to content
name: 'Require tests if source code is changed'
on:
pull_request:
types: [opened]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: infection/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}