File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
patterns/2-structured/project-setup Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- 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
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ users are having trouble getting help and getting in touch with the project
9
9
team. The idea is to setup and document standard communication tooling that
10
10
allows for discussions to become visible, archived and searchable.
11
11
12
+ Test
13
+
12
14
## Context
13
15
14
16
A team depends on another team's component. It would like to make contributions
You can’t perform that action at this time.
0 commit comments