Skip to content

fix: Update README.md #67

fix: Update README.md

fix: Update README.md #67

Workflow file for this run

---
name: linting
on: [push, pull_request]
jobs:
linting:
runs-on: ubuntu-latest
name: lint
steps:
- name: Check out source repository
uses: actions/checkout@v2
- name: pylint
uses: ricardochaves/[email protected]
with:
python-root-list: "*.py"
extra-pylint-options: "-d E0401"
use-pycodestyle: false
use-flake8: false
use-black: false
use-mypy: false
use-isort: false