Skip to content

Bump astral-sh/setup-uv from 8.2.0 to 8.3.2 #1111

Bump astral-sh/setup-uv from 8.2.0 to 8.3.2

Bump astral-sh/setup-uv from 8.2.0 to 8.3.2 #1111

Workflow file for this run

name: Lint with Ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.11'
- name: Install Ruff
run: pip install ruff
- name: Run Ruff
run: ruff check . --fix