From fd87a70d31b8c13662bd2d0bee7d34eaa83b53f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Mon, 30 Oct 2023 08:39:26 +0100 Subject: [PATCH] Run eslint --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5215541..c59c7e6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,6 +24,8 @@ jobs: run: npm ci - name: Run linter run: npm run sass:lint + - name: Run eslint + run: npm run js:lint - name: Check EditorConfig configuration run: test -f .editorconfig - name: Check adherence to EditorConfig