Skip to content

Bump astral-sh/setup-uv from 3.2.2 to 3.2.3 in the ci-dependencies gr… #32

Bump astral-sh/setup-uv from 3.2.2 to 3.2.3 in the ci-dependencies gr…

Bump astral-sh/setup-uv from 3.2.2 to 3.2.3 in the ci-dependencies gr… #32

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: astral-sh/setup-uv@e779db74266a80753577425b0f4ee823649f251d # v3.2.3
- name: Run linters
run: uvx pre-commit run --all-files