mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Run misspell on CI
This commit is contained in:
@@ -40,3 +40,9 @@ steps:
|
|||||||
inputs:
|
inputs:
|
||||||
artifactName: 'generated_site'
|
artifactName: 'generated_site'
|
||||||
targetPath: 'blog/public'
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user