From 71d6c00e4815bf6a2ab546f2653f15ef205e70ff Mon Sep 17 00:00:00 2001 From: pitiscarf Date: Wed, 13 Nov 2024 10:11:38 +0100 Subject: [PATCH] disable lint --- .github/workflows/wip-deploy-ci-api.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wip-deploy-ci-api.yml b/.github/workflows/wip-deploy-ci-api.yml index 284f9ea119..72027062f9 100644 --- a/.github/workflows/wip-deploy-ci-api.yml +++ b/.github/workflows/wip-deploy-ci-api.yml @@ -50,9 +50,9 @@ jobs: run: npm run check-types # ESLint check - - name: Lint code - working-directory: api - run: npm run lint + # - name: Lint code + # working-directory: api + # run: npm run lint - name: Start MongoDB 7.0 uses: supercharge/mongodb-github-action@v1.10.0