This action checks paths of ReST files using doc8
Required A comma separated list of paths to check. Defaults to "."
Required A comma separated list of paths to ignore. Defaults to ""
Required Set to true, to add error annotations for every error found during the check. Defaults to "true"
The number of files scanned.
The number of files ignored.
Total number of errors.
- name: doc8-check
uses: deep-entertainment/doc8-action@v1
with:
scan-paths: "/doc"
ignore-paths: "/doc/_build"