1
0
mirror of https://github.com/lightning/bolts.git synced 2025-01-18 21:32:31 +01:00

Enable travis to spellcheck BOLT#10 to 99.

This commit is contained in:
ZmnSCPxj 2017-05-25 19:13:34 +00:00 committed by Rusty Russell
parent 1e228bcf8f
commit 13326cca3c

View File

@ -10,4 +10,4 @@ python:
- "3.6"
script:
- (set -e; for i in 0?-*.md; do echo "Extracting $i"; python3 tools/extract-formats.py --message-types --message-fields --check-alignment $i; done)
- tools/spellcheck.sh --check 0?*.md
- tools/spellcheck.sh --check [0-9][0-9]-*.md