Skip to content

Branch protection rules support (#613) #1230

Branch protection rules support (#613)

Branch protection rules support (#613) #1230

Workflow file for this run

---
name: pylint
"on":
push:
branches:
- main
pull_request:
jobs:
pylint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Running pylint
run: |
python --version
python -m pip install --quiet --no-cache-dir --upgrade uv
uv run ruff check $(basename $(pwd)) tests