Skip to content

⬆️ Bump pylint from 3.0.3 to 3.2.5 #1488

⬆️ Bump pylint from 3.0.3 to 3.2.5

⬆️ Bump pylint from 3.0.3 to 3.2.5 #1488

name: Codestyle Check
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5.1.0
with:
python-version: "3.8"
- name: Install poetry
run: make poetry-download
- name: Install dependencies
run: |
poetry config virtualenvs.in-project true
poetry install
- name: Run style checks
run: make check-codestyle