File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,14 +74,14 @@ jobs:
7474 - make -j1 V=1 test/addons/.buildstamp test/js-native-api/.buildstamp test/node-api/.buildstamp
7575 - python tools/test.py -j 2 -p dots --report --mode=release --flaky-tests=dontcare addons js-native-api node-api
7676
77- - name : " Linter"
77+ - name : " Run Linter and Build Docs "
7878 language : node_js
7979 node_js : " node"
8080 install :
8181 - pyenv global ${PYTHON_VERSION}
8282 - make lint-py-build || true
8383 script :
84- - NODE=$(which node) make lint lint -py
84+ - NODE=$(which node) make lint-py doc-only lint
8585
8686 - name : " First commit message adheres to guidelines at <a href=\" https://goo.gl/p2fr5Q\" >https://goo.gl/p2fr5Q</a>"
8787 if : type = pull_request
You can’t perform that action at this time.
0 commit comments