From 9ffc4ab7c8d288ce2bc3550fc6f21630e5e07086 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20K=C3=BChn?= Date: Thu, 3 Feb 2022 14:26:32 +0100 Subject: [PATCH] disable lint fix for now --- .github/workflows/build.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6b184a7b..007eaa1d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,16 +45,16 @@ jobs: if: steps.cache.outputs.cache-hit != 'true' run: yarn install - - name: Fix code style linting errors - id: lint-fix - run: yarn lint:fix - continue-on-error: true - - - name: Commit fixed linting errors - id: commit - uses: stefanzweifel/git-auto-commit-action@v4 - with: - commit_message: "ci: fix code style linting errors" +# - name: Fix code style linting errors +# id: lint-fix +# run: yarn lint:fix +# continue-on-error: true +# +# - name: Commit fixed linting errors +# id: commit +# uses: stefanzweifel/git-auto-commit-action@v4 +# with: +# commit_message: "ci: fix code style linting errors" - name: Lint code id: lint