-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improving the github actions analysis script
- Loading branch information
Aidan Wenzel
committed
Jun 30, 2023
1 parent
a65f4af
commit 739f814
Showing
2 changed files
with
94 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# GitHub Actions Time | ||
|
||
A simple python script that pulls data from the GitHub Actions API and does some basic analysis to help | ||
you understand how long your workflows are taking to run. | ||
|
||
Right now it has a single command but this could be expanded if we wanted to know more in the future. | ||
|
||
Run it with Python 3.11, as of now all requirements are in the standard library. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters