From cfc6a8b6fa2f3160124eca947f8d6c0d3d8ea520 Mon Sep 17 00:00:00 2001 From: Yann Bertrand <5855339+yannbertrand@users.noreply.github.com> Date: Fri, 18 Oct 2024 22:40:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Lint=20in=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 79e6188..fa52c28 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -18,5 +18,7 @@ jobs: cache: 'npm' - name: Install dependencies run: npm ci + - name: Run lin + run: npm run lint - name: Run tests run: npm test