Skip to content

Update rector/rector requirement from 1.2.6 to 1.2.7 #3

Update rector/rector requirement from 1.2.6 to 1.2.7

Update rector/rector requirement from 1.2.6 to 1.2.7 #3

Workflow file for this run

name: 'Require Tests on Code Change'
on:
pull_request_target:
types: [opened]
jobs:
check:
name: 'Require Tests on Code Change'
runs-on: ubuntu-22.04
steps:
- name: "Execute tests-checker-action"
uses: infection/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
comment: Could you please add tests to make sure this change works as expected?
fileExtensions: '.php'
testDir: 'tests'
testPattern: '*Test.php'