Create spelling.yml

This commit is contained in:
Jonas Kruckenberg 2023-12-14 11:15:17 +01:00
parent 3e087bd257
commit 69a4c7ce90
No known key found for this signature in database
GPG key ID: 55B37D49677B1FAC

21
.github/workflows/spelling.yml vendored Normal file
View file

@ -0,0 +1,21 @@
name: Spelling
permissions:
contents: read
on: [pull_request]
env:
RUST_BACKTRACE: 1
CARGO_TERM_COLOR: always
CLICOLOR: 1
jobs:
spelling:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v3
- name: Spell Check Repo
uses: crate-ci/typos@master