Files
symfony-flex-recipes-contrib/.github/workflows/qa.yml
T
2021-10-18 16:22:50 +02:00

19 lines
410 B
YAML

name: Q&A
on:
pull_request_target:
defaults:
run:
shell: bash
jobs:
call-qa:
uses: symfony/recipes/.github/workflows/callable-qa.yml@main
with:
branch: master
contrib: true
find_yaml: -not -wholename 'codeception/codeception/*/tests/*' -not -wholename 'codeception/codeception/*/codeception.yml'
create_project_php: '8.0'