Skip to content

Commit a3ee8f7

Browse files
committed
Configure spell checker
1 parent 86b540c commit a3ee8f7

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/spelling.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Spell checking
2+
on: [pull_request, push]
3+
4+
jobs:
5+
build:
6+
name: Spell checking
7+
runs-on: ubuntu-latest
8+
steps:
9+
- 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
17+
env:
18+
bucket: .git
19+
project: spell-check
20+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)