Skip to content

Release version 0.0.1-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@gaurav-nelson 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.

Lint with Vale

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

Vale error list

Prerequisite

You must have Vale configuration file .vale.ini in your repository.

Workflow action

Lint with Vale on PR

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