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