Skip to content
Snippets Groups Projects
Unverified Commit 4e3a8464 authored by Issy Long's avatar Issy Long
Browse files

Add vale linting as a CI step

- So that people know when the docs they've written violate our style
  guides.
parent cca8138a
No related branches found
No related tags found
No related merge requests found
......@@ -130,6 +130,12 @@ jobs:
export PATH="/home/linuxbrew/.linuxbrew/bin:/usr/local/bin:/usr/bin:/bin"
brew readall --aliases
- name: Run vale for docs linting
run: |
export PATH="/home/linuxbrew/.linuxbrew/bin:/usr/local/bin:/usr/bin:/bin"
brew install vale
vale $(brew --repo)/docs/
- name: Build Docker image
run: |
docker pull homebrew/brew
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment