matrix-spec/.github/workflows/spell-check.yaml
Kévin Commaille 7ee0a9706c
Upgrade typos in CI
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
2026-05-01 07:56:26 +02:00

20 lines
419 B
YAML

name: Spell Check
on:
push:
branches:
- main
pull_request:
jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling of proposals
uses: crate-ci/typos@bbaefadf97b0ec5fdc942684b647f1a6ab250274 # v1.46.0
with:
config: ${{github.workspace}}/.github/_typos.toml