Skip to content

Bump astral-sh/setup-uv from 3.1.7 to 3.2.0 in /.github/workflows #8

Bump astral-sh/setup-uv from 3.1.7 to 3.2.0 in /.github/workflows

Bump astral-sh/setup-uv from 3.1.7 to 3.2.0 in /.github/workflows #8

Workflow file for this run

name: Lint Python
on:
pull_request:
merge_group:
jobs:
ruff-lint:
runs-on: ubuntu-22.04
steps:
- name: Git Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: 3.11
- name: Setup uv
uses: astral-sh/setup-uv@3b9817b1bf26186f03ab8277bab9b827ea5cc254 # v3.2.0
with:
enable-cache: true
cache-dependency-glob: "uv.lock"
- name: ruff check
run: uv run --locked --only-dev ruff check