We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8253a65 commit 3c84cc6Copy full SHA for 3c84cc6
.github/workflows/aspell.yml
@@ -11,10 +11,10 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v2
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
+ # - name: spell-check
+ # uses: reitermarkus/aspell@master
+ # with:
+ # files: patterns/2-structured/project-setup/*.md
+ # args: --lang=en_GB --mode=markdown
+ - name: Spellcheck
+ uses: rojopolis/spellcheck-github-actions@0.5.0
0 commit comments