aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-01-03 20:36:40 +0530
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-01-09 19:49:26 +0100
commit37dc94099b136c1fc29102f28b17921b4fbad16d (patch)
tree82659093f11c9d62a0660b4090cfe43c7aa00929 /.gitlab-ci.yml
parentUpgrade npm modules (diff)
downloadsophie-37dc94099b136c1fc29102f28b17921b4fbad16d.tar.gz
sophie-37dc94099b136c1fc29102f28b17921b4fbad16d.tar.zst
sophie-37dc94099b136c1fc29102f28b17921b4fbad16d.zip
Incorporate 'eslint' (fixes #3)
Signed-off-by: Vijay A <vraravam@users.noreply.github.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c15154c..a02f6eb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,6 +23,7 @@ Run linter and static analyzer:
23 - yarn install 23 - yarn install
24 script: 24 script:
25 - yarn typecheck 25 - yarn typecheck
26 - yarn run lint
26 27
27# TODO: GitlabCI free runners are only for linux - need to investigate for macos and windows artifacts 28# TODO: GitlabCI free runners are only for linux - need to investigate for macos and windows artifacts
28Build the app: 29Build the app: