Skip to content

Commit

Permalink
add spellcheck to action
Browse files Browse the repository at this point in the history
  • Loading branch information
dzencot committed Jul 24, 2024
1 parent 1cbe2ee commit fea87ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/check.yml

This file was deleted.

7 changes: 7 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,10 @@ runs:
# default: 'ru-RU'
# Change reporter level if you need.
level: info

- name: Spellcheck
uses: addnab/docker-run-action@v3
with:
image: hexlet/languagetool-cli:latest
options: -v ${{ github.workspace }}/modules:/content
run: node ./bin/run.js check /content/**/*.md

0 comments on commit fea87ad

Please sign in to comment.