Skip to content

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 a19d322 commit 0be3170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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

markdown-link-check:
runs-on: ubuntu-18.04
Expand Down

0 comments on commit 0be3170

Please sign in to comment.