We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c31b22a commit 72746f1Copy full SHA for 72746f1
.github/workflows/copilot-setup-steps.yml
@@ -41,7 +41,7 @@ jobs:
41
distribution: 'temurin'
42
cache: 'maven'
43
44
- # Enable pre-commit hooks so Spotless formatting is enforced on every commit
+ # Enable repository pre-commit hooks (including Spotless checks for relevant source changes)
45
- name: Enable pre-commit hooks
46
run: git config core.hooksPath .githooks
47
0 commit comments