mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 15:46:37 +03:00
13 lines
169 B
YAML
13 lines
169 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
|