Skip to content

MatthewCane/actions-usage-analysis

Repository files navigation

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

About

A simple Streamlit app using Polars to analyse Github Actions usage reports

Resources

Stars

Watchers

Forks