From 0d53e6169ef0d425f1fc66c6b7da70e5c23420e1 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Tue, 15 Dec 2020 00:41:26 -0500 Subject: [PATCH] chore: Remove CI call to lint --- .github/workflows/ci.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60aff9b..309a451 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,17 +78,3 @@ jobs: env: # The environment variable name is leveraged by `tap` COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} - - ################################################################################ - # Run linting - # - # ASSUMPTIONS: - # - There is a script called "lint" in the package.json - # - # We run linting AFTER we run testing and coverage checks, because if a step - # fails in an GitHub Action, all other steps are not run. We don't want to - # fail to run tests or coverage because of linting. It should be the lowest - # priority of all the steps. - ################################################################################ - - name: Run linter - run: npm run lint