Skip to content

Now available for Python 3.8.1 and above #8

Now available for Python 3.8.1 and above

Now available for Python 3.8.1 and above #8

Workflow file for this run

name: Pylint
on: [push]
jobs:
pylint:
name: Pylint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Install Poetry
run: |
python -m pip install --upgrade poetry wheel
- name: Install dependencies
run: |
poetry install
- name: Analysing the code with pylint
run: |
poetry run pylint ./ascii_canvas