From 1d1727c43fc3167fbc6bc0ad6e9edb5118766681 Mon Sep 17 00:00:00 2001 From: Ivan <8611739+IRBorisov@users.noreply.github.com> Date: Wed, 20 Nov 2024 21:44:26 +0300 Subject: [PATCH] R: Add frontend linter --- .github/workflows/frontend.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 714eaed4..fc35cf39 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -38,6 +38,7 @@ jobs: npm install -g typescript vite jest npm ci npm run build --if-present - - name: Test + - name: Run CI run: | + npm run lint npm test