Skip to content

Update dependency uv_build to >=0.9.4,<0.10.0 #45

Update dependency uv_build to >=0.9.4,<0.10.0

Update dependency uv_build to >=0.9.4,<0.10.0 #45

Workflow file for this run

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