From bd4fdc28d83299860806611e2a49c504e315c66f Mon Sep 17 00:00:00 2001 From: Alex Slade Date: Sat, 28 Dec 2024 22:06:02 +0000 Subject: [PATCH] Add shields for docs and CI I copied the setup from the Phoenix repo, though the flame README is a little different. I hope the shields at the top are still helpful for those navigating here. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f081b50..9e864af 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/phoenixframework/flame/elixir.yml)](https://github.com/phoenixframework/flame/actions/workflows/elixir.yml) [![Hex.pm](https://img.shields.io/hexpm/v/flame.svg)](https://hex.pm/packages/flame) [![Documentation](https://img.shields.io/badge/documentation-gray)](https://hexdocs.pm/flame) + Imagine if we could auto scale simply by wrapping any existing app code in a function and have that block of code run in a temporary copy of the app. Enter the FLAME pattern.