Skip to content

Formatted all files with prettier #82

Formatted all files with prettier

Formatted all files with prettier #82

Workflow file for this run

on: [push]
jobs:
hercules-charts:
runs-on: ubuntu-latest
name: Charts generated by src-d/hercules
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: docker://srcd/hercules:latest
with:
args:
"/bin/bash -c pip install 'matplotlib==3.2.0' && hercules --devs --pb . | labours -m all -f pb --disable-projector -o hercules_charts && cd hercules_charts && tar -cf ../hercules_charts.tar * ../hercules_charts_* && cd .. && rm -r hercules_charts"
- uses: actions/upload-artifact@master
with:
name: hercules_charts```