Skip to content

Hopefully one last bug #5

Hopefully one last bug

Hopefully one last bug #5

Workflow file for this run

ame: Hercules Analysis

Check failure on line 1 in .github/workflows/hercules.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/hercules.yml

Invalid workflow file

The workflow is not valid. .github/workflows/hercules.yml (Line: 1, Col: 1): Unexpected value 'ame'
on: [push]
jobs:
hercules-charts:
runs-on: ubuntu-latest
name: Generate Burndown Charts
steps:
- uses: actions/checkout@master
with:
fetch-depth: 0
- name: Run Hercules Analysis
run: |
docker run --rm -v $(pwd):/repo --workdir=/repo \
srcd/hercules:latest \
/bin/bash -c \
'hercules --burndown --pb . | labours -m burndown-project -f pb --disable-projector -o hercules_charts \
&& cd hercules_charts \
&& tar -cf ../hercules_charts.tar * \
&& cd .. \
&& rm -r hercules_charts'
- uses: actions/upload-artifact@master
with:
name: hercules_charts
path: hercules_charts.tar