Skip to content

Commit

Permalink
removed spellcheck to reuse the one from .github (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
sujith-mn authored Jan 11, 2022
1 parent 78fac5a commit 5671987
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 79 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/devonfw-spellcheck.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: spellcheck
on:
push:
paths:
- '**.asciidoc'
- '**.adoc'
- '**.md'
workflow_dispatch:
jobs:
spellchecker:
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/devonfw-sync-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Sync Docs
on:
push:
paths:
- '**.asciidoc'
- '**.md'
branches:
- master
workflow_dispatch:
jobs:
spellchecker:
uses: devonfw/.github/.github/workflows/devonfw-sync-docs.yml@master
secrets:
RESUSABLE_GH_ACTION_TOKEN: ${{ secrets.GHA_TOKEN }}
79 changes: 0 additions & 79 deletions .github/workflows/sync-docs.yml

This file was deleted.

0 comments on commit 5671987

Please sign in to comment.