From 4e8775bcaadf234daed9168ba52a22b794b84ed2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Bene=C5=A1?= Date: Sat, 26 Oct 2024 11:20:52 +0200 Subject: [PATCH] Try to visualise the history of the repo with Hercules --- .github/workflows/hercules.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/hercules.yml diff --git a/.github/workflows/hercules.yml b/.github/workflows/hercules.yml new file mode 100644 index 000000000..3f571c40f --- /dev/null +++ b/.github/workflows/hercules.yml @@ -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