Adds a link to the Vale Action in the Linting section

Vale is an open-source, command-line tool that allows you to create and enforce style rules.

https://github.com/errata-ai/vale-action
This commit is contained in:
Lysanne Pinto 2023-06-16 13:11:48 -04:00 committed by GitHub
parent 654bcb11d0
commit 7ac15cc5c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -303,6 +303,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Run sqlcheck on the PR to identifies anti-patterns in SQL queries](https://github.com/yokawasa/action-sqlcheck)
- [Validate Fastlane Supply Metadata Against the Play Store Guidelines](https://github.com/ashutoshgngwr/validate-fastlane-supply-metadata)
- [Run Golint to lint your Golang code](https://github.com/Jerome1337/golint-action)
- [Vale: A syntax-aware linter for prose](https://github.com/errata-ai/vale-action)
#### Security