diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index e8788739..381580f7 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