diff --git a/.github/workflows/flex-update.yml b/.github/workflows/flex-update.yml index 119cb526..e906a483 100644 --- a/.github/workflows/flex-update.yml +++ b/.github/workflows/flex-update.yml @@ -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 diff --git a/README.rst b/README.rst index b0b25e20..e53ec59c 100644 --- a/README.rst +++ b/README.rst @@ -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