Don't lint while rebasing (#2711)

This commit is contained in:
absidue 2022-10-13 02:34:04 +02:00 committed by GitHub
parent 1695605ab5
commit 81426ed9bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ pre-commit:
# matching the glob is being committed
glob: "*.{js,vue}"
run: yarn run eslint --no-color {staged_files}
skip:
- rebase