From 93e94027a0f0172d23ac173398f76505db2e4f56 Mon Sep 17 00:00:00 2001 From: Prashant Shubham Date: Sat, 28 Sep 2024 13:59:52 +0530 Subject: [PATCH] Fixed linter (#7) --- .github/workflows/nextjs-lint-build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/nextjs-lint-build.yml b/.github/workflows/nextjs-lint-build.yml index 24df56f..df105ab 100644 --- a/.github/workflows/nextjs-lint-build.yml +++ b/.github/workflows/nextjs-lint-build.yml @@ -32,6 +32,4 @@ jobs: run: npm run build - name: TypeScript type check - if: always() && fileExists('tsconfig.json') run: npm run type-check -g \ No newline at end of file