Skip to content

Adding documentation for new metrics (#368) #1124

Adding documentation for new metrics (#368)

Adding documentation for new metrics (#368) #1124

Workflow file for this run

name: flake-8 style check
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches: master
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: ["3.10"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Lint with flake8
run: |
pip install flake8
# stop the build if there are Python syntax errors or undefined names
flake8 .