ci: add typos check
This commit is contained in:
parent
1412663d2c
commit
3eccc3c199
12
.github/workflows/qa.yml
vendored
Normal file
12
.github/workflows/qa.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user