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