aspect-build / aspect-build/rules_lint
[Bug]: Linting rst files with vale fails
Open
bug
need: investigation
- Dominant language
- Starlark
- Stars
- 154
- Forks
- 125
- Avg merge
- 3d 21h
- Merged PRs (30d)
- 20
Description
### What happened?
The vale action failed with:
```
E100 [lintRST] Runtime error
rst2html not found
```
### Version
Development (host) and target OS/architectures: Linux x86_64
Output of `bazel --version`: 7.4.1
### How to reproduce
```shell
Configure vale to lint a rst file.
```
### Any other information?
Solution is to add rst2html to PATH when running vale.
Contributor guide
Assessment
This issue has not been assessed yet.