Adding RECIPES.md action (#1402)

This commit is contained in:
Ryan Weaver
2022-05-02 03:26:42 -04:00
committed by GitHub
parent af37dd1410
commit e9301940f0
2 changed files with 7 additions and 0 deletions

View File

@@ -15,3 +15,7 @@ jobs:
with:
branch: main
contrib: true
call-recipe-readme-update:
needs: 'call-flex-update'
uses: symfony/recipes/.github/workflows/callable-recipe-readme-update.yml@main

View File

@@ -12,6 +12,8 @@ repository for your project, run the following command:
composer config extra.symfony.allow-contrib true
See `RECIPES.md`_ for a full list of recipes that live in this repository.
Contributing
------------
@@ -72,3 +74,4 @@ front-end assets etc. Recipes are for quick installation of packages.
.. _`Symfony Flex`: https://github.com/symfony/flex
.. _`Symfony recipes`: https://github.com/symfony/recipes
.. _`documentation`: https://github.com/symfony/recipes
.. _`RECIPES.md`: https://github.com/symfony/recipes-contrib/blob/flex/main/RECIPES.md