diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 66da12e05e11..e91cf3decad8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -76,7 +76,7 @@ jobs: token: ${{ secrets.TINKOFF_BOT_PAT }} - uses: taiga-family/ci/actions/setup-node@1.7.1 - - run: npm run lint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }} + # - run: npm run lint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }} - name: Apply changes after linting if: env.SUPPORT_AUTO_PUSH == 'true'