Skip to content

Bump anthropics/claude-code-action from 1.0.115 to 1.0.122 #114

Bump anthropics/claude-code-action from 1.0.115 to 1.0.122

Bump anthropics/claude-code-action from 1.0.115 to 1.0.122 #114

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 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