Skip to content

Bump actions/checkout from 4.3.1 to 6.0.2 #136

Bump actions/checkout from 4.3.1 to 6.0.2

Bump actions/checkout from 4.3.1 to 6.0.2 #136

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Install uv
uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5
- name: Install prek
run: uv tool install prek
- name: Run prek
run: prek run --all-files