From 9d6295b0922f960e835a9274149af10cafc08c5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=99=9A=20PH=E2=91=A6=20de=20Soria=E2=84=A2=E2=99=9B?= Date: Sat, 18 May 2024 14:30:49 +1000 Subject: [PATCH] Don't run lint in ci test pipeline --- .github/workflows/ci-test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 2dc0447..780ecdb 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -44,8 +44,5 @@ jobs: - name: Install dependencies run: npm ci - - name: Run linting - run: npm run lint - - name: Run tests run: npm test