Update CI
This commit is contained in:
+2
-2
@@ -37,10 +37,10 @@ test:
|
||||
lint:py:
|
||||
image: python:3.7
|
||||
stage: lint
|
||||
needs: ["install"]
|
||||
needs: []
|
||||
script:
|
||||
- pip install pycodestyle
|
||||
- npm run lint:py
|
||||
- pycodestyle --config=setup.cfg --count .
|
||||
|
||||
lint:js:
|
||||
image: node:alpine
|
||||
|
||||
Reference in New Issue
Block a user