Skip to content

Show performance images in readme #117

Show performance images in readme

Show performance images in readme #117

Workflow file for this run

name: flake8
on: ['push']
jobs:
lint:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [3.7]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Black Code Formatter
uses: lgeiger/black-action@v1.0.1
with:
args: "cartesio --check"
- name: Install flake8
run: pip install flake8
- name: Run flake8
uses: suo/flake8-github-action@releases/v1
with:
checkName: 'lint'