Skip to content

chore(deps-dev): bump codespell from 2.4.1 to 2.4.2 #809

chore(deps-dev): bump codespell from 2.4.1 to 2.4.2

chore(deps-dev): bump codespell from 2.4.1 to 2.4.2 #809

Workflow file for this run

---
name: CI
"on":
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 0 * * *"
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11", "3.12", "3.13", "3.14"]
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
with:
python-version: ${{ matrix.python-version }}
- name: Cache prek
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: ~/.cache/prek
key: prek-|${{ matrix.python-version }}|${{ hashFiles('.pre-commit-config.yaml') }}
- name: Lint
run: |
uv run prek run --all-files
- name: Lint GitHub Actions
uses: eifinger/actionlint-action@v1