mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Adding RECIPES.md action (#1402)
This commit is contained in:
@@ -15,3 +15,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
branch: main
|
branch: main
|
||||||
contrib: true
|
contrib: true
|
||||||
|
|
||||||
|
call-recipe-readme-update:
|
||||||
|
needs: 'call-flex-update'
|
||||||
|
uses: symfony/recipes/.github/workflows/callable-recipe-readme-update.yml@main
|
||||||
|
|||||||
@@ -12,6 +12,8 @@ repository for your project, run the following command:
|
|||||||
|
|
||||||
composer config extra.symfony.allow-contrib true
|
composer config extra.symfony.allow-contrib true
|
||||||
|
|
||||||
|
See `RECIPES.md`_ for a full list of recipes that live in this repository.
|
||||||
|
|
||||||
Contributing
|
Contributing
|
||||||
------------
|
------------
|
||||||
|
|
||||||
@@ -72,3 +74,4 @@ front-end assets etc. Recipes are for quick installation of packages.
|
|||||||
.. _`Symfony Flex`: https://github.com/symfony/flex
|
.. _`Symfony Flex`: https://github.com/symfony/flex
|
||||||
.. _`Symfony recipes`: https://github.com/symfony/recipes
|
.. _`Symfony recipes`: https://github.com/symfony/recipes
|
||||||
.. _`documentation`: https://github.com/symfony/recipes
|
.. _`documentation`: https://github.com/symfony/recipes
|
||||||
|
.. _`RECIPES.md`: https://github.com/symfony/recipes-contrib/blob/flex/main/RECIPES.md
|
||||||
|
|||||||
Reference in New Issue
Block a user