From f6415492abca336e38f60fcd74c59ea6d41bdb84 Mon Sep 17 00:00:00 2001 From: Jacob Homanics Date: Sat, 24 Feb 2024 23:13:59 -0600 Subject: [PATCH] Update lint.yaml --- .github/workflows/lint.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 099cca6..a0a7480 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -30,8 +30,8 @@ jobs: - name: Install dependencies run: yarn install --immutable - - name: Run nextjs lint - run: yarn next:lint --max-warnings=0 + # - name: Run nextjs lint + # run: yarn next:lint --max-warnings=0 - name: Check typings on nextjs run: yarn next:check-types \ No newline at end of file