Files
postgrest/circle.yml
T

9 lines
224 B
YAML

dependencies:
pre:
- sudo apt-get install aspell
test:
override:
- cat *.rst | grep -v '^\(\.\.\| \)' | sed 's/`.*`//g' |aspell -d en_US -p ./postgrest.dict list | tee misspellings
- test ! -s misspellings