Skip to content

Updated: Improved testing, coverage, and typing #43

Updated: Improved testing, coverage, and typing

Updated: Improved testing, coverage, and typing #43

Workflow file for this run

name: Pylint
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: "3.11"
- name: Install pylint
run: pip install pylint
- name: Python Pylin GitHub Action
run: pip install poetry && poetry install && poetry run pylint --rcfile=.github/workflows/pylintrc --fail-under=9.5 remake tests