Skip to content

Instantly share code, notes, and snippets.

@jdkato
Last active July 29, 2019 20:07
Show Gist options
  • Save jdkato/556f3625d47de02757a37b20ef171dc5 to your computer and use it in GitHub Desktop.
Save jdkato/556f3625d47de02757a37b20ef171dc5 to your computer and use it in GitHub Desktop.
install:
# Install the latest release of Vale (installed to /bin):
- curl -sL https://install.goreleaser.com/github.com/ValeLint/vale.sh | bash
# Install the latest releases of our third-party styles:
- bash ci/scripts/get-styles.sh
script:
# Run Vale:
- ./bin/vale docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment