From 8b8ee749897c3f14b123224b0786b261b6ca2c9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mert=20A=C5=9Fan?= Date: Mon, 5 Apr 2021 07:59:21 +0300 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8919684..51556de 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,10 +38,6 @@ jobs: env: CI: true - - name: Lint - run: npm run lint - env: - CI: true - name: Test run: npm run test -- --coverage env: