mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
16 lines
344 B
YAML
16 lines
344 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:
|
|
contrib: true
|
|
find_yaml: -not -wholename 'codeception/codeception/*/tests/*' -not -wholename 'codeception/codeception/*/codeception.yml'
|