We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 816aca4 commit 1e577bbCopy full SHA for 1e577bb
.github/workflows/check.yml
@@ -19,4 +19,4 @@ jobs:
19
with:
20
image: hexlet/languagetool-cli:latest
21
options: -v ${{ github.workspace }}/modules:/content
22
- run: node ./bin/check.js
+ run: node ./bin/run.js check /content/**/*.md
0 commit comments