main.yml 383 B

1234567891011121314151617
  1. on: [push]
  2. jobs:
  3. hercules-charts:
  4. runs-on: ubuntu-latest
  5. name: Charts generated by src-d/hercules
  6. steps:
  7. - uses: actions/checkout@master
  8. with:
  9. fetch-depth: 0
  10. - name: Hercules
  11. uses: src-d/hercules@master
  12. - uses: actions/upload-artifact@master
  13. with:
  14. name: hercules_charts
  15. path: hercules_charts.tar