mirror of
https://github.com/lightning/bolts.git
synced 2024-11-19 10:00:04 +01:00
c7092de08b
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
14 lines
298 B
YAML
14 lines
298 B
YAML
language: python
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- aspell-en
|
|
|
|
python:
|
|
- "3.4"
|
|
- "3.5"
|
|
- "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
|