From 33e1064df101de48011044e64ca4c7e08b9504ab Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Sat, 11 Feb 2023 16:06:15 +0530 Subject: [PATCH] ci: fix --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 765ba6a89..e9e62ee15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,8 +21,6 @@ jobs: run: npm ci - name: Install playground dependencies run: npm run install:playground - - name: Lint Files - run: npm run lint - name: Run build run: npm run build - name: Lint Files