Skip to content

Commit 5b7af72

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

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/harper.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,13 @@ 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+
1925
- name: Run Harper
20-
run: find docs src/pages -type f \( -name "*.md" -o -name "*.mdx" \) -print0 | xargs -0 harper-cli lint
26+
run: |
27+
find docs src/pages -type f \( -name "*.md" -o -name "*.mdx" \) -print0 | \
28+
xargs -0 harper-cli lint

0 commit comments

Comments
 (0)