From 8a471d8199af17aae30f42d2430462e1756f838e Mon Sep 17 00:00:00 2001 From: Jack Meyer Date: Tue, 14 Jul 2020 18:50:45 -0500 Subject: [PATCH] chore(ci): don't fix on workflow lint --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1b1152a51..24cae26305 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: npm install - name: Lint code run: | - npm run lint:fix + npm run lint - name: Build if: always() run: |