Create typos.yaml

This commit is contained in:
Bernd Schoolmann 2024-04-28 17:06:42 +02:00 committed by GitHub
parent 6b0f4ca5e4
commit 4efa949c88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 0 deletions

13
.github/workflows/typos.yaml vendored Normal file
View File

@ -0,0 +1,13 @@
name: Check for Typos
on: [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
uses: crate-ci/typos@master