From 9faf5baa4a790bb892ab4e7566dd1d0c177a8000 Mon Sep 17 00:00:00 2001 From: John Murphy Date: Fri, 1 Oct 2021 08:35:35 -0500 Subject: [PATCH] add README to gh-action-yarn-postgres recipe --- recipes/gh-action-yarn-postgres/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes/gh-action-yarn-postgres/README.md diff --git a/recipes/gh-action-yarn-postgres/README.md b/recipes/gh-action-yarn-postgres/README.md new file mode 100644 index 0000000000..b76524df1d --- /dev/null +++ b/recipes/gh-action-yarn-postgres/README.md @@ -0,0 +1,13 @@ +## gh-action-yarn-postgres + +The Blitz Recipe for adding github actions workflow with postgres + +## more information + +- [Github Actions documentation](https://docs.github.com/en/actions) +- [Yarn](https://yarnpkg.com/) +- [Postgres Documentation](https://www.postgresql.org/docs/) + +## contributors + +- Brandon Bayer