Skip to content

Commit 8253a65

Browse files
committed
retest inline annotations with reitermarkus/aspell
1 parent e77248f commit 8253a65

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.github/workflows/aspell.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14-
# - name: spell-check
15-
# uses: reitermarkus/aspell@master
16-
# with:
17-
# files: README.md
18-
# args: --lang=en_GB --mode=markdown
19-
- name: Spellcheck
20-
uses: rojopolis/spellcheck-github-actions@0.5.0
14+
- name: spell-check
15+
uses: reitermarkus/aspell@master
16+
with:
17+
files: patterns/2-structured/project-setup/*.md
18+
args: --lang=en_GB --mode=markdown
19+
# - name: Spellcheck
20+
# uses: rojopolis/spellcheck-github-actions@0.5.0

patterns/2-structured/project-setup/communication-tooling.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ users are having trouble getting help and getting in touch with the project
99
team. The idea is to setup and document standard communication tooling that
1010
allows for discussions to become visible, archived and searchable.
1111

12+
Test
13+
1214
## Context
1315

1416
A team depends on another team's component. It would like to make contributions

0 commit comments

Comments
 (0)