errata-ai / vale-action

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

Error when using ``errata-ai/vale-action@reviewdog`` on workflow #107

Closed RobPasMue closed 1 year ago

RobPasMue commented 1 year ago

We have recently started seeing silent errors in our workflows when using errata-ai/vale-action@reviewdog.

We have a dedicated action tailored for our own repositories that wraps around errata-ai/vale-action@reviewdog based on the configuration of our repositories. See https://github.com/ansys/actions/blob/main/doc-style/action.yml . Everything was working fine until last week and we believe that the issues are coming from the action itself rather than the Vale binaries.

We had to pin down the following commit instead of the reviewdog branch because it was the only one that ensured that things still worked. --> https://github.com/errata-ai/vale-action/commit/13d79669d1c7cf33b26fc5607214ef529f071cdc

The modified branch (and PR) is located here: https://github.com/ansys/actions/pull/345/files

The errors showing up with the reviewdog branch are the following:

image

We tried defining the HOME env variable ourselves but it didn't work either. It kept throwing the same error. Since it is a silent error, it is hard to realize about it. If you need further information please let us know!

RobPasMue commented 1 year ago

Pinging @jdkato since you are the main maintainer here, any help would be really appreciated. We would love to continue using Vale (and its actions) in its latest versions!

jdkato commented 1 year ago

This should be fixed with the latest version of Vale.

RobPasMue commented 1 year ago

Thanks, looks like it is solved now! =)