From f1932cf82ea096c606f1c1f25f1c1392c5e80e2e Mon Sep 17 00:00:00 2001 From: April Hall Date: Mon, 10 Feb 2025 16:24:33 -0500 Subject: [PATCH] docs: Add workflow badges to README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b31999..a84e994 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # SVChat -A simple chat app built with SvelteKit and Apache Cassandra +A simple chat app built with SvelteKit and Apache Cassandra
+ +[![Prettier](https://github.com/arithefirst/sv-chat/actions/workflows/prettier.yml/badge.svg)](https://github.com/arithefirst/sv-chat/actions/workflows/prettier.yml) +[![ESLint](https://github.com/arithefirst/sv-chat/actions/workflows/eslint.yml/badge.svg)](https://github.com/arithefirst/sv-chat/actions/workflows/eslint.yml) ## Techstack