From dcf516020be34617ff529b7df59c4e956c681cc0 Mon Sep 17 00:00:00 2001 From: Malaber Date: Sun, 16 Mar 2025 14:25:39 +0100 Subject: [PATCH] Run eslint tests in test of gitlabci --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3d19a63..5af8d13 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,3 +9,9 @@ variables: include: - project: 'turniere/turniere-infra' file: '/ci/pipeline.yaml' + +eslint: + stage: test + script: + - yarn install + - yarn eslint .