matrix-spec/.github/workflows/spell-check.yaml
Kévin Commaille 085c99dc10
Upgrade most github actions
Gets rid of warning in CI complaining about those actions
using node 12.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
2023-10-05 16:19:36 +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@v4
- name: Check spelling of proposals
uses: crate-ci/typos@4550e7d4371fcf55649adfcda9b77716658504b1
with:
config: ${{github.workspace}}/.github/_typos.toml