Skip to content

Commit 3efd9fc

Browse files
authored
Update devonfw-spellcheck.yml (#560)
1 parent 3275b91 commit 3efd9fc

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed
Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
name: spellcheck
22
on:
33
push:
4+
paths:
5+
- '**.asciidoc'
6+
- '**.adoc'
7+
- '**.md'
48
workflow_dispatch:
59
jobs:
6-
build:
7-
runs-on: ubuntu-latest
8-
steps:
9-
- 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
10+
spellchecker:
11+
uses: devonfw/.github/.github/workflows/devonfw-spellchecker.yml@master
12+
secrets:
13+
RESUSABLE_GH_ACTION_TOKEN: ${{ secrets.GHA_TOKEN }}

0 commit comments

Comments
 (0)