Add codespell check

This commit is contained in:
Vertexwahn 2023-04-27 20:58:55 +02:00
parent 06f2d4ecf3
commit fe36452bc8
2 changed files with 39 additions and 0 deletions

20
.github/workflows/.codespellignore vendored Normal file
View File

@ -0,0 +1,20 @@
actived
atleast
caf
collapsable
Collapsable
convertable
dependend
descrption
fo
impements
macroses
pres
retuned
seh
synopsys
syntetic
te
ths
utilty
wronly

19
.github/workflows/spelling.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: Codespell
on:
pull_request: {}
push: {}
jobs:
codespell_ubuntu22:
name: Codespell {fmt}
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@v1
with:
ignore_words_file: .github/workflows/.codespellignore
path: third_party/fmt