We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74cb7d0 commit b52aa4bCopy full SHA for b52aa4b
.ci.yml
@@ -47,7 +47,10 @@ tests:
47
label: Lint JS, C++, Python, Markdown & Docs
48
image: node-linter
49
execute: |
50
- make lint-ci || {
+ make lint-py-build PYTHON=python3
51
+ make lint-py PYTHON=python3
52
+ make lint-py-build PYTHON=python2
53
+ make lint-ci PYTHON=python2 || {
54
cat test-eslint.tap | grep -v '^ok\|^TAP version 13\|^1\.\.' | sed '/^\s*$/d' &&
55
exit 1; }
56
0 commit comments