This commit is contained in:
Guillaume Ballet 2026-05-21 21:53:41 -07:00 committed by GitHub
commit fc2135f7ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

22
.github/workflows/typos.yml vendored Normal file
View file

@ -0,0 +1,22 @@
name: Typos
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
typos:
name: Spell Check
runs-on: [self-hosted-ghr, size-s-x64]
steps:
- uses: actions/checkout@v4
with:
submodules: false
- name: Check for typos
uses: crates-ci/typos@v1.29.4