Skip to content

Merge pull request #40 from hed-standard/dependabot/npm_and_yarn/main… #56

Merge pull request #40 from hed-standard/dependabot/npm_and_yarn/main…

Merge pull request #40 from hed-standard/dependabot/npm_and_yarn/main… #56

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
- name: Install uv
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57
with:
enable-cache: false
- name: Run typos
run: uvx typos --config .typos.toml