Skip to content

add whole scrutiny process overview #73

add whole scrutiny process overview

add whole scrutiny process overview #73

Workflow file for this run

name: Pylint
on:
push:
branches:
- main
- develop
jobs:
pylint:
name: Pylint
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: Run Pylint
uses: cclauss/GitHub-Action-for-pylint@master
with:
args: "pip install -r requirements.txt ; pylint *.py scrutiny"