You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: recipes/ci-cd/github-actions/workflows/pre-commit-hooks.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: How to use pre-commit hooks on GH Actions
5
5
6
6
Here we we pre-commit hooks to apply lint fixes Actions. One could also run the hook locally as a pre-commit hook and I don't know the value of doing this in CI, but this is here anyway as a reference for when I need it.
7
7
8
-
See also [Hooks](https://michaelcurrin.github.io/dev-cheatsheets/cheatsheets/git/hooks/) section of my Dev Cheatsheets repo.
8
+
See also [Hooks](https://michaelcurrin.github.io/dev-cheatsheets/cheatsheets/version-control/git/hooks/) section of my Dev Cheatsheets repo.
9
9
10
10
11
11
## Samples
@@ -56,12 +56,12 @@ Use of Python `pre-commit` package when linting. This alone won't persist change
0 commit comments