From 0fff1c2b5264868428f1ef1be185a94f64bbc7e8 Mon Sep 17 00:00:00 2001 From: Julien Catania Date: Thu, 30 Nov 2023 11:51:03 +0100 Subject: [PATCH] adding lint in CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3cb4cfa..30a0876 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,3 +38,5 @@ jobs: run: npm ci - name: Run TU run: npm run test + - name: Run lint + run: npm run lint