-
|
|
Beta Was this translation helpful? Give feedback.
Answered by
maxbrunet
Sep 5, 2022
Replies: 1 comment
-
|
The CI tests the hook with https://github.com/renovatebot/pre-commit-hooks/runs/8180885985?check_suite_focus=true#step:5:26 Please see the official documentation for more information: https://pre-commit.com/#pre-commit-run |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
viceice
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pre-commitonly runs on the changed files, so ifrenovate.jsonhas no staged changes, it will not be checked.The CI tests the hook with
--all-filesand it passes:https://github.com/renovatebot/pre-commit-hooks/runs/8180885985?check_suite_focus=true#step:5:26
Please see the official documentation for more information: https://pre-commit.com/#pre-commit-run