Update github workflows for uv

This commit is contained in:
2025-08-16 13:12:27 +01:00
parent c5be81b48e
commit f7b570d786
5 changed files with 153 additions and 10 deletions

View File

@@ -1,12 +1,10 @@
name: Lint
name: Run Lint
"on":
push:
branches:
- main
- "main"
pull_request:
branches:
- main
jobs:
lint:
@@ -20,12 +18,12 @@ jobs:
uses: arduino/setup-task@v2
with:
version: 3.x
- name: Setup Python
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install uv
uses: astral-sh/setup-uv@v6
- name: Lint with ruff
- name: Run Lint
run: |
task python:lint