GitHub Action
Stoat Action
Quick Start • How to Use Stoat • License
You can view a chart of GitHub job runtimes in a PR comments in just two minutes!
Go to the Stoat GitHub application page and install the application for your repository.
Requirements:
- Node/NPM
- Mac/Linux
To install the CLI, run:
npm i -g stoat
To initialize a Stoat project within a Git repository, run:
stoat init
The initialization command will create a configuration file for Stoat at .stoat/config.yaml
and will give you the option to add the Stoat GitHub action as the final step in all GitHub jobs.
Say yes for every job you want to track job runtimes for. Merge these changes into your repo.
You will now see build runtimes tracked in your PRs! Here's what the build history looks like after multiple default branch builds and commits in a PR:
Stoat is capable of quite a bit more. Check out our docs for more information »
- For Java Engineers
- For JavaScript Engineers
- For Python Engineers
- For DevOps Engineers
- For Engineering Managers
MIT