Skip to content

Bump docker/setup-qemu-action from 3.3.0 to 3.4.0 in the ci-dependencies group #64

Bump docker/setup-qemu-action from 3.3.0 to 3.4.0 in the ci-dependencies group

Bump docker/setup-qemu-action from 3.3.0 to 3.4.0 in the ci-dependencies group #64

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@4db96194c378173c656ce18a155ffc14a9fc4355 # v5.2.2
- name: Run linters
run: uvx pre-commit run --all-files