disable lint fix for now

This commit is contained in:
Philipp Kühn 2022-02-03 14:26:32 +01:00 committed by GitHub
parent e9926438ea
commit 9ffc4ab7c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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