aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6637f34..07ceb3c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,3 +41,10 @@ lint:
mypy:
script:
- tox -e mypy
+
+eslint:
+ image: node
+ before_script:
+ script:
+ - npm install
+ - npx eslint asset-sources/*.ts