Skip to content
Snippets Groups Projects
Commit 61b3b10e authored by Björn Brandenburg's avatar Björn Brandenburg
Browse files

CI: enable spell checker for comments

parent d1f8192c
No related branches found
No related tags found
Loading
......@@ -45,6 +45,12 @@ proof-length:
script:
- scripts/proofloc.py --check --long-proofs scripts/known-long-proofs.json `find . -iname *.v`
spell-check:
stage: build
image: bbbrandenburg/aspell-ci
script:
- scripts/flag-typos-in-comments.sh `find . -iname '*.v' ! -path './classic/*'`
1.9.0-coq-8.9:
extends: .build
......
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