Skip to content

chore(docker): minimize the docker dependencies #898

chore(docker): minimize the docker dependencies

chore(docker): minimize the docker dependencies #898

Workflow file for this run

name: Pylint
on: [push]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Analysing the code with ruff
run: |
uvx ruff check