From 0c2715225b5c0444c95444b9ca887912135b9c26 Mon Sep 17 00:00:00 2001 From: Ben van Hartingsveldt Date: Sun, 14 Sep 2025 00:33:40 +0200 Subject: [PATCH] Disable lint --- .github/workflows/deploy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 613ec7651..acb7912e3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,9 +2,7 @@ name: Node.js CI on: push: - branches: [master] pull_request: - branches: [master] jobs: lint: @@ -17,7 +15,7 @@ jobs: - run: yarn lint build: - needs: ['lint'] + # needs: ['lint'] name: 'build' strategy: matrix: