1 parent 6d37984 commit 74dd9c5Copy full SHA for 74dd9c5
2 files changed
.codespell.ignore
@@ -12,6 +12,7 @@ hel
12
hist
13
infor
14
inout
15
+koordinates
16
larg
17
mater
18
mis
@@ -22,6 +23,7 @@ nempty
22
23
ot
24
outin
25
outout
26
+pease
27
pixelx
28
raison
29
rin
.github/workflows/codespell.yml
@@ -0,0 +1,29 @@
1
+name: Codespell Check
2
+
3
+on:
4
+ push:
5
+ branches-ignore:
6
+ - 'main'
7
+ pull_request: ~
8
9
+jobs:
10
+ linux:
11
+ runs-on: ubuntu-latest
+ name: "CI Codespell"
+ steps:
19
+ - name: 'Check Out'
20
+ uses: actions/checkout@v4
21
+ - name: 'Install codespell'
+ run: |
+ sudo apt-get -y install codespell
+ - name: 'Build & Test'
+ codespell --version
+ codespell -I ".codespell.ignore"
0 commit comments