Skip to content

Merge pull request #213 from pavoljuhas/ci-update-actions-to-node20 #429

Merge pull request #213 from pavoljuhas/ci-update-actions-to-node20

Merge pull request #213 from pavoljuhas/ci-update-actions-to-node20 #429

Workflow file for this run

name: Pylint
on: [push, pull_request]
jobs:
pylint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
architecture: 'x64'
- name: Install Pylint
run: |
python -m pip install --upgrade pip
pip install pylint
- name: Pylint check
run: dev_tools/pylint