errata-ai / vale-action

:octocat: The official GitHub Action for Vale -- install, manage, and run Vale with ease.
MIT License
202 stars 51 forks source link

Does this action support DITA files? #51

Closed jiewang2 closed 2 years ago

jiewang2 commented 2 years ago

Got this error when including .dita files in the action:

Error: {
11
  "Code": "E100",
12
  "Text": "E100 [lintDITA] Runtime error\n\ndita not found\n\nExecution stopped with code 1."
13
}
jdkato commented 2 years ago

No, not currently.

The required deps aren't included jdkato/vale because they make the size ~7x as large. I'd like to make this opt-in eventually, though.

jdkato commented 2 years ago

DITA is supported now in the new @reviewdog version.