Skip to content

Bump actions/checkout from 6.0.2 to 6.0.3 #122

Bump actions/checkout from 6.0.2 to 6.0.3

Bump actions/checkout from 6.0.2 to 6.0.3 #122

Workflow file for this run

---
name: Typos
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
typos:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- name: Install uv
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
with:
enable-cache: true
cache-dependency-glob: "**/pyproject.toml"
- name: Run typos
run: uvx typos