Add codespell check
This commit is contained in:
parent
06f2d4ecf3
commit
fe36452bc8
20
.github/workflows/.codespellignore
vendored
Normal file
20
.github/workflows/.codespellignore
vendored
Normal 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
19
.github/workflows/spelling.yml
vendored
Normal 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user