Skip to content

Commit 3655d20

Browse files
committed
Add link to install pre-commit
Signed-off-by: Armel Soro <[email protected]>
1 parent 89cf7a6 commit 3655d20

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pre-commit-comment.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,9 @@ jobs:
129129
130130
</details>
131131
132-
Please apply the above diff in your PR branch (or run \`pre-commit run --all-files\` locally) and push the changes.`;
132+
Please apply the above diff in your PR branch (or run \`pre-commit run --all-files\` locally) and push the changes.
133+
134+
For more information on pre-commit, see the [pre-commit documentation](https://pre-commit.com/#install).`;
133135
134136
await github.rest.issues.createComment({
135137
issue_number: prNumber,

0 commit comments

Comments
 (0)