Skip to content

Commit

Permalink
Create hercules.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues authored Sep 25, 2024
1 parent 8ae53ad commit 250e85d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/hercules.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on: [push]

jobs:
hercules-charts:
runs-on: ubuntu-latest
name: Charts generated by src-d/hercules
steps:
- uses: actions/checkout@master
with:
fetch-depth: 0
- name: Hercules
uses: src-d/hercules@master
- uses: actions/upload-artifact@master
with:
name: hercules_charts
path: hercules_charts.tar

0 comments on commit 250e85d

Please sign in to comment.