ci: add typos check

main
Philipp Schuster 2023-04-11 12:33:28 +02:00
parent 1412663d2c
commit 3eccc3c199
1 changed files with 12 additions and 0 deletions

12
.github/workflows/qa.yml vendored Normal file
View File

@ -0,0 +1,12 @@
name: QA
on: [ push, pull_request ]
jobs:
spellcheck:
name: Spellcheck
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
# Executes "typos ."
- uses: crate-ci/typos@v1.13.20