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 cb8179b commit 5b7af72Copy full SHA for 5b7af72
1 file changed
.github/workflows/harper.yml
@@ -16,5 +16,13 @@ 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
- run: find docs src/pages -type f \( -name "*.md" -o -name "*.mdx" \) -print0 | xargs -0 harper-cli lint
26
27
+ find docs src/pages -type f \( -name "*.md" -o -name "*.mdx" \) -print0 | \
28
+ xargs -0 harper-cli lint
0 commit comments