mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +01:00
Adding RECIPES.md action (#1402)
This commit is contained in:
4
.github/workflows/flex-update.yml
vendored
4
.github/workflows/flex-update.yml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user