From 29e90ae5e1f749641a80c44a5a68af6ba48d0e97 Mon Sep 17 00:00:00 2001 From: Jens Reimann Date: Fri, 8 Mar 2024 14:07:38 +0100 Subject: [PATCH] ci: disable npm lint, as we don't make use of its results right now --- .github/workflows/frontend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index e8788739b..381580f70 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -29,8 +29,8 @@ jobs: run: ./scripts/verify_lock.mjs - name: Install run: npm clean-install --ignore-scripts - - name: Lint sources - run: npm run lint +# - name: Lint sources +# run: npm run lint - name: Build run: npm run build - name: Test