From 7a651a1fcfbcbfafdf2fdfaf5572f141603f7906 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 17 Oct 2020 22:23:16 +0530 Subject: [PATCH] Removes linter frm checks --- .github/workflows/checks.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index dfddde85f..14e1a8387 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -13,10 +13,6 @@ jobs: uses: borales/actions-yarn@v2.0.0 with: cmd: install --ignore-engines - - name: Linting - uses: borales/actions-yarn@v2.0.0 - with: - cmd: lint - name: Running tests uses: borales/actions-yarn@v2.0.0 with: