Skip to content

Pylint GitHub Action #2

Pylint GitHub Action

Pylint GitHub Action #2

Workflow file for this run

name: Check code quality with pylint
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: Silleellie/pylint-github-action@v2
with:
lint-path: sourcespec
python-version: 3.7