Skip to content

Commit

Permalink
add github action status badges to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dlstadther committed Oct 15, 2023
1 parent 13b6035 commit bca3e5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit bca3e5c

Please sign in to comment.