Skip to content

Update dependency uv_build to >=0.11.20,<0.12.0 #225

Update dependency uv_build to >=0.11.20,<0.12.0

Update dependency uv_build to >=0.11.20,<0.12.0 #225

Workflow file for this run

name: Linting
on: [push, pull_request, workflow_dispatch]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Linting
uses: astral-sh/ruff-action@v3
with:
args: check
- name: Check Formatting
uses: astral-sh/ruff-action@v3
with:
args: format --check