Skip to content

Commit

Permalink
Lint all documentation sources (#1504)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbaldry authored Jan 8, 2025
1 parent e12e50c commit 3b996d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Run Vale
run: |
(cd /etc/vale && vale sync)
vale --output=/etc/vale/rdjsonl.tmpl docs/sources/_index.md | \
vale --output=/etc/vale/rdjsonl.tmpl docs/sources | \
/bin/reviewdog \
--conf=/etc/vale/.reviewdog.yml \
--fail-on-error \
Expand Down

0 comments on commit 3b996d7

Please sign in to comment.