Skip to content

Initial Release - Vale for CircleCI orb

Compare
Choose a tag to compare
@KyleTryon KyleTryon released this 14 Jul 17:07
· 10 commits to main since this release

Vale for CircleCI

Docs: https://vale.sh/
Orb: https://circleci.com/developer/orbs/orb/circleci/vale

Example:

  version: 2.1
  orbs:
    vale: circleci/[email protected]
  workflows:
    lint:
      jobs:
        - vale/lint
image