We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7af72 commit 4118dedCopy full SHA for 4118ded
1 file changed
.github/workflows/harper.yml
@@ -16,13 +16,8 @@ jobs:
16
- name: Install Harper CLI
17
run: cargo install --git https://github.com/Automattic/harper harper-cli --locked
18
19
- - name: Show Harper CLI Help
20
- run: |
21
- harper-cli --help
22
- echo "----------------"
23
- harper-cli lint --help
24
-
25
- name: Run Harper
26
run: |
27
find docs src/pages -type f \( -name "*.md" -o -name "*.mdx" \) -print0 | \
28
- xargs -0 harper-cli lint
+ xargs -0 harper-cli lint \
+ --user-dict-path ./.harper-dictionary.txt
0 commit comments