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