Skip to content

build(deps): bump actions/checkout from 7.0.0 to 7.0.1 (#59) #102

build(deps): bump actions/checkout from 7.0.0 to 7.0.1 (#59)

build(deps): bump actions/checkout from 7.0.0 to 7.0.1 (#59) #102

Workflow file for this run

name: precommit
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
precommit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Install uv
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
- name: Set up Python
run: uv python install 3.14
- name: Set up Node.js
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6
with:
node-version: "20"
- name: Install dependencies
run: uv sync --group ci
- name: Run pre-commit
run: uv run pre-commit run --all-files