Skip to content

add whole scrutiny process overview #56

add whole scrutiny process overview

add whole scrutiny process overview #56

Workflow file for this run

name: Flake8
on:
push:
branches:
- main
- develop
jobs:
Flake8:
runs-on: ubuntu-latest
steps:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.8
architecture: x64
- name: Checkout SCRUTINY
uses: actions/checkout@master
- name: Install flake8
run: pip install flake8
- name: Run flake8
uses: suo/flake8-github-action@releases/v1
with:
checkName: 'Flake8'