From bca3e5c15cd16b4d593c14dd3c92157b0b7f7f4c Mon Sep 17 00:00:00 2001 From: Dillon Stadther Date: Sat, 14 Oct 2023 21:18:24 -0400 Subject: [PATCH] add github action status badges to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8026bff..b096821 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Sample Project - Python +![Docs](https://github.com/dlstadther/sample-project-python/actions/workflows/docs.yml/badge.svg) +![Test](https://github.com/dlstadther/sample-project-python/actions/workflows/tests.yml/badge.svg) + Sample structure and setup for a Python project which includes: * pre-commit hooks (static formatters and type checking) * mkdoc generation from docstrings