Skip to content

Merge pull request #209 from pavoljuhas/allow-python-3.10 #419

Merge pull request #209 from pavoljuhas/allow-python-3.10

Merge pull request #209 from pavoljuhas/allow-python-3.10 #419

Workflow file for this run

name: Pylint
on: [push, pull_request]
jobs:
pylint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: '3.12'
architecture: 'x64'
- name: Install Pylint
# TODO: #210 - install the latest pylint below
run: |
python -m pip install --upgrade pip
pip install 'pylint<3'
- name: Pylint check
run: dev_tools/pylint