Skip to content

Merge branch 'main' of https://github.com/NimRo97/scrutiny #61

Merge branch 'main' of https://github.com/NimRo97/scrutiny

Merge branch 'main' of https://github.com/NimRo97/scrutiny #61

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'