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

View File

@@ -45,16 +45,16 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true' if: steps.cache.outputs.cache-hit != 'true'
run: yarn install run: yarn install
- name: Fix code style linting errors # - name: Fix code style linting errors
id: lint-fix # id: lint-fix
run: yarn lint:fix # run: yarn lint:fix
continue-on-error: true # continue-on-error: true
#
- name: Commit fixed linting errors # - name: Commit fixed linting errors
id: commit # id: commit
uses: stefanzweifel/git-auto-commit-action@v4 # uses: stefanzweifel/git-auto-commit-action@v4
with: # with:
commit_message: "ci: fix code style linting errors" # commit_message: "ci: fix code style linting errors"
- name: Lint code - name: Lint code
id: lint id: lint