-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI GA: new toy - create hercules_charts.yml
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 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,24 @@ | ||
on: | ||
push: | ||
branches: | ||
- master | ||
schedule: | ||
- cron: "0 5 * * *" | ||
|
||
jobs: | ||
hercules-charts: | ||
runs-on: ubuntu-latest | ||
name: Hercules Insights, charts generated by src-d/hercules | ||
steps: | ||
- uses: actions/checkout@master | ||
with: | ||
fetch-depth: 0 | ||
- name: Hercules Insights | ||
uses: src-d/hercules@latest | ||
# with: | ||
# # hercules command line arguments | ||
# args: # optional, default is --burndown --burndown-people --devs --couples | ||
- uses: actions/upload-artifact@master | ||
with: | ||
name: hercules_charts | ||
path: hercules_charts.tar |