diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 04ac8a634b70b..747c8fc1f94fa 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,16 +18,6 @@ jobs: - run: | npm run prettier -- --write - if [[ "${{ env.SUPPORT_AUTO_PUSH }}" == "true" ]]; then - npm run prettier -- --write - npm run stylelint -- --fix - npm run lint -- --fix - else - #npm run prettier -- --check - #npm run stylelint - #npm run lint - fi - - name: Apply changes after linting uses: taiga-family/ci/actions/auto/push@v1.29.17 with: