Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Fix mdspell
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Jan 2, 2020
1 parent 20a458b commit 812b860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vuepress-build-check-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: npm install -g markdown-spellcheck

- name: Run mdspell
run: find . -type f -name "*.md" -exec mdspell --ignore-numbers --ignore-acronyms --report --en-gb {} \;
run: find . -type f -name "*.md" | xargs --max-args=1 --verbose mdspell --ignore-numbers --ignore-acronyms --report --en-gb

vuepress-build-check-deploy:
runs-on: ubuntu-18.04
Expand Down

0 comments on commit 812b860

Please sign in to comment.