From 63cd1f436555d15f980e7fa71d91bc2da4367d94 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Sat, 25 Mar 2023 12:44:47 +0100 Subject: run eslint on the CI --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit v1.2.3