disable lint fix for now
This commit is contained in:
20
.github/workflows/build.yml
vendored
20
.github/workflows/build.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user