matrix-spec/.github/workflows/spell-check.yaml
Kévin Commaille c4fc945a38
Update typos action and fix typos
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
2023-10-11 09:52:03 +02:00

19 lines
408 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@v2
- name: Check spelling of proposals
uses: crate-ci/typos@ff3f309513469397e1094520fb7a054e057589e1
with:
config: ${{github.workspace}}/.github/_typos.toml