2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-18 21:28:03 +00:00
lnbook/.travis.yml

14 lines
233 B
YAML
Raw Normal View History

language: minimal
dist: bionic
addons:
apt:
packages:
- python3-pip
- python3-setuptools
install:
- pip3 install --user codespell
script:
- codespell --ignore-words-list=que $(git ls-files -- "*.asciidoc" "*.md")