Skip to content

Commit ebb69ab

Browse files
authored
Change report generation from spelling to compact
1 parent e7c5300 commit ebb69ab

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/harper.yml

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

19-
- name: Generate Harper spelling report
19+
- name: Generate Harper compact report
2020
run: |
2121
find docs src/pages -type f \( -name "*.md" -o -name "*.mdx" \) -print0 | \
2222
xargs -0 harper-cli lint \
2323
--user-dict-path ./.harper-dictionary.txt \
24-
--only Spelling::SpellCheck \
2524
--format compact || true
2625
2726
- name: Run Harper

0 commit comments

Comments
 (0)