Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 483 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 483 Bytes

GitHub Actions Usage Report Analyser

Use this app at actions-usage-analysis.streamlit.app

Analyse a GitHub Actions usage report to provide insights into the cost and usage of GitHub Actions using a basic Streamlit app.

If you want to run this app locally, you can build and run the Docker container with the following commands:

docker build -t actions-usage-analysis .
docker run -p 8501:8501 actions-usage-analysis