Skip to content

[WIP] Feature/auto pin handling2 #132

[WIP] Feature/auto pin handling2

[WIP] Feature/auto pin handling2 #132

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v4
- name: Set up Python
run: uv python install
- name: Lint/Check format with Ruff
run: make lint-ci
- name: Check formatting with Ruff
run: make format-ci