Skip to content

Merge pull request #701 from hed-standard/dependabot/npm_and_yarn/mai… #45

Merge pull request #701 from hed-standard/dependabot/npm_and_yarn/mai…

Merge pull request #701 from hed-standard/dependabot/npm_and_yarn/mai… #45

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@v6
- name: Install uv
uses: astral-sh/setup-uv@v7
with:
enable-cache: true
cache-dependency-glob: '.typos.toml'
- name: Run typos
run: uvx 'typos>=1.29.0'