Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:
submodules: false

- name: Vale
uses: errata-ai/vale-action@38bf078c328061f59879b347ca344a718a736018 # v2.1.0
uses: errata-ai/vale-action@85f9f7f2c5f449ac0ae5b66662961bae3f77ca6a # v2.1.2
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 MEDIUM RISK

Starting with v2.1.1, the action no longer includes format-specific dependencies (like Asciidoctor for .adoc or Docutils for .rst). If this repository uses these formats, you must add steps to install them in the workflow before the Vale step, otherwise linting for those files will fail.

with:
filter_mode: added
debug: true
Expand Down
Loading