Run misspell on CI

This commit is contained in:
Philipp Oppermann
2019-06-03 18:06:22 +02:00
parent bd6fbcb1c3
commit a61bcc62ed

View File

@@ -40,3 +40,9 @@ steps:
inputs:
artifactName: 'generated_site'
targetPath: 'blog/public'
- script: curl -L https://git.io/misspell | bash
displayName: "Install misspell"
- script: bin/misspell -error blog/content
displayName: "Check for common typos"