We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19a2ba5 commit 9797109Copy full SHA for 9797109
.github/actions/spell-check/excludes.txt
@@ -0,0 +1,3 @@
1
+^LICENSE\.html$
2
+^\.github/actions/spell-check/
3
+^\.github/workflows/
.github/actions/spell-check/whitelist.txt
@@ -0,0 +1,9 @@
+aliqua
+amet
+consectetur
4
+eiusmod
5
+elit
6
+ipsum
7
+labore
8
+Lorem
9
+tempor
.github/workflows/spelling.yml
@@ -9,12 +9,8 @@ jobs:
- uses: actions/checkout@v2.0.0
10
with:
11
fetch-depth: 0
12
- - uses: actions/checkout@v2.0.0
13
- with:
14
- path: .git/spell-check
15
- ref: spelling-data-lorem
16
- - uses: check-spelling/check-spelling@0.0.4-alpha
+ - uses: check-spelling/check-spelling@prerelease
17
env:
18
- bucket: .git
+ bucket: .github/actions
19
project: spell-check
20
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments