From e9301940f05ecdad807e233ea0b71e50858d9e77 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Mon, 2 May 2022 03:26:42 -0400 Subject: [PATCH] Adding RECIPES.md action (#1402) --- .github/workflows/flex-update.yml | 4 ++++ README.rst | 3 +++ 2 files changed, 7 insertions(+) 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