Last active
July 29, 2019 20:07
-
-
Save jdkato/556f3625d47de02757a37b20ef171dc5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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