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 3275b91 commit 3efd9fcCopy full SHA for 3efd9fc
.github/workflows/devonfw-spellcheck.yml
@@ -1,15 +1,13 @@
1
name: spellcheck
2
on:
3
push:
4
+ paths:
5
+ - '**.asciidoc'
6
+ - '**.adoc'
7
+ - '**.md'
8
workflow_dispatch:
9
jobs:
- build:
- runs-on: ubuntu-latest
- steps:
- - name: spellcheck checkout
10
- uses: actions/checkout@v2
11
- - name: download dictionary
12
- run: |
13
- wget https://raw.githubusercontent.com/devonfw/.github/master/en-devonfw.dict -O ./en-devonfw.dict
14
- - uses: igsekor/[email protected]
15
- name: Spellcheck
+ spellchecker:
+ uses: devonfw/.github/.github/workflows/devonfw-spellchecker.yml@master
+ secrets:
+ RESUSABLE_GH_ACTION_TOKEN: ${{ secrets.GHA_TOKEN }}
0 commit comments