Skip to content

Commit 9797109

Browse files
committed
Switch lorem to in branch data with prerelease checker
1 parent 19a2ba5 commit 9797109

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
^LICENSE\.html$
2+
^\.github/actions/spell-check/
3+
^\.github/workflows/
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
aliqua
2+
amet
3+
consectetur
4+
eiusmod
5+
elit
6+
ipsum
7+
labore
8+
Lorem
9+
tempor

.github/workflows/spelling.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,8 @@ jobs:
99
- uses: actions/[email protected]
1010
with:
1111
fetch-depth: 0
12-
- uses: actions/[email protected]
13-
with:
14-
path: .git/spell-check
15-
ref: spelling-data-lorem
16-
- uses: check-spelling/[email protected]
12+
- uses: check-spelling/check-spelling@prerelease
1713
env:
18-
bucket: .git
14+
bucket: .github/actions
1915
project: spell-check
2016
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)