Skip to content

Commit

Permalink
use language tool from ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
corsicanec82 committed Sep 6, 2024
1 parent 9650743 commit ff8ced4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pull:
docker pull $(REGISTRY)/hexlet-java
docker pull $(REGISTRY)/hexlet-javascript
docker pull $(REGISTRY)/hexlet-php
docker pull $(REGISTRY)/languagetool-cli
docker pull ghcr.io/hexlet/languagetool-cli

create-config:
cp -n .env.example .env || echo 'already exists'
Expand Down
2 changes: 1 addition & 1 deletion course.mk
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ lint-fix:
npx eslint -c ${ROOT_DIR}/eslint.config.js ${CURDIR} --fix

spellcheck:
docker run --rm -v ./:/content hexlet/languagetool-cli node ./bin/run.js check /content/**/*.md
docker run --rm -v ./:/content ghcr.io/hexlet/languagetool-cli node ./bin/run.js check /content/**/*.md

print-course-table:
@bash $(ROOT_DIR)scripts/print-course-table

0 comments on commit ff8ced4

Please sign in to comment.