Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update .github/workflows/copilot-setup-steps.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
edburns and Copilot authored Mar 31, 2026
commit dc71acbd18e0da9816c5f548c802213456e90b63
2 changes: 1 addition & 1 deletion .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
distribution: 'temurin'
cache: 'maven'

# Enable pre-commit hooks so Spotless formatting is enforced on every commit
# Enable repository pre-commit hooks (including Spotless checks for relevant source changes)
- name: Enable pre-commit hooks
run: git config core.hooksPath .githooks

Expand Down