Release version 0.0.1-alpha
Pre-release
Pre-release
gaurav-nelson
released this
28 Mar 12:01
·
14 commits
to master
since this release
Github action: Lint with Vale ✅❎
Automatically lint all modified text files in your GitHub pull requests. This GitHub action uses Vale to lint prose.
The github-action-vale-lint
checks all modified text (including markup) files and reports failure on error. Current version supports:
- Markdown
*.md
- AsciiDoc
*.adoc
- ReStructuredText
*.rst
Prerequisite
You must have Vale configuration file .vale.ini
in your repository.
Workflow action
workflow "Lint with vale on PR" {
on = "pull_request"
resolves = ["vale-lint-PR"]
}
action "vale-lint-PR" {
uses = "./"
}
Upcoming
- Add all errors as a GitHub comment on PR.
- Vale version selector