Skip to content

Commit 4118ded

Browse files
authored
Update harper.yml
1 parent 5b7af72 commit 4118ded

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/harper.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,8 @@ jobs:
1616
- name: Install Harper CLI
1717
run: cargo install --git https://github.com/Automattic/harper harper-cli --locked
1818

19-
- name: Show Harper CLI Help
20-
run: |
21-
harper-cli --help
22-
echo "----------------"
23-
harper-cli lint --help
24-
2519
- name: Run Harper
2620
run: |
2721
find docs src/pages -type f \( -name "*.md" -o -name "*.mdx" \) -print0 | \
28-
xargs -0 harper-cli lint
22+
xargs -0 harper-cli lint \
23+
--user-dict-path ./.harper-dictionary.txt

0 commit comments

Comments
 (0)