Skip to content

Commit

Permalink
Update GitHub Action reference for tbroadley/spellchecker-cli-action …
Browse files Browse the repository at this point in the history
…to specify major version only to reduce noise from dependency updates, leave JustinBeckwith/linkinator-action bound to v1.10.4 (otherwise it seems to fail with high frequency in markdownlint), add 60 second timeout for linkinator.
  • Loading branch information
DavidAnson committed Nov 30, 2022
1 parent 9085e7e commit 36776d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/checkers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ jobs:
- uses: JustinBeckwith/[email protected]
with:
paths: '*.md'
timeout: 60000

spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: tbroadley/spellchecker-cli-action@v1.1.1
- uses: tbroadley/spellchecker-cli-action@v1
with:
dictionaries: '.github/dictionary.txt'
files: '*.md'

0 comments on commit 36776d3

Please sign in to comment.