From 44657d57c85bc2543713a98885d1aebde7ffa50a Mon Sep 17 00:00:00 2001 From: Tyler Hill Date: Mon, 29 Jan 2024 18:16:52 -0600 Subject: [PATCH] Don't check first, fails and exits --- .github/workflows/lint-check.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/lint-check.yaml b/.github/workflows/lint-check.yaml index 291dabf..c1fd1d0 100644 --- a/.github/workflows/lint-check.yaml +++ b/.github/workflows/lint-check.yaml @@ -10,7 +10,6 @@ jobs: node-version: '18' - run: npm install next - run: npm run lint:check - - run: npm run format:check - run: npm run format - run: cat tsconfig.json - run: git diff tsconfig.json