Skip to content

Commit b79f5b8

Browse files
committed
check spellign at build time
1 parent 191cd4e commit b79f5b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ before_install:
1111

1212
install:
1313
- npm install -g csslint
14+
- pip install codespell --user
1415
- bundle install
1516

1617
script:
1718
- bash .travis/cibuild
1819
- csslint _site/css/gallery.css
1920
- csslint _site/css/logo-nav.css
2021
- csslint _site/css/syntax.css
22+
- codespell -q3 --skip='.git,*.svg,*.json,*.yml,*.lock,_site'
2123

2224
# branch whitelist, only for GitHub Pages
2325

0 commit comments

Comments
 (0)