mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 14:59:27 +08:00
disable lint fix for now
This commit is contained in:
parent
e9926438ea
commit
9ffc4ab7c8
20
.github/workflows/build.yml
vendored
20
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user