Skip to content

add pylint and fix issues #1

add pylint and fix issues

add pylint and fix issues #1

Workflow file for this run

name: Pylint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
name: Pylint
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: Install Dependencies
run: pip install pylint
- name: Run PyLint
run: pylint ./src