Files
symfony-flex-recipes-contrib/.github/workflows/qa.yml
T
2022-04-20 20:41:31 +02:00

17 lines
369 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: main
contrib: true
find_yaml: -not -wholename 'codeception/codeception/*/tests/*' -not -wholename 'codeception/codeception/*/codeception.yml'