Skip to content

Bump astral-sh/setup-uv from 7.3.0 to 7.3.1 in /.github/workflows #97

Bump astral-sh/setup-uv from 7.3.0 to 7.3.1 in /.github/workflows

Bump astral-sh/setup-uv from 7.3.0 to 7.3.1 in /.github/workflows #97

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Setup Python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: 3.11
- name: Setup uv
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
with:
enable-cache: true
cache-dependency-glob: "uv.lock"
- name: ruff check
run: uv run --locked --only-dev ruff check