Skip to content

Commit

Permalink
Update devonfw-spellcheck.yml (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
suprishi authored Jun 30, 2022
1 parent 3275b91 commit 3efd9fc
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/devonfw-spellcheck.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
name: spellcheck
on:
push:
paths:
- '**.asciidoc'
- '**.adoc'
- '**.md'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: spellcheck checkout
uses: actions/checkout@v2
- name: download dictionary
run: |
wget https://raw.githubusercontent.com/devonfw/.github/master/en-devonfw.dict -O ./en-devonfw.dict
- uses: igsekor/[email protected]
name: Spellcheck
spellchecker:
uses: devonfw/.github/.github/workflows/devonfw-spellchecker.yml@master
secrets:
RESUSABLE_GH_ACTION_TOKEN: ${{ secrets.GHA_TOKEN }}

0 comments on commit 3efd9fc

Please sign in to comment.