Skip to content

Commit 8f7722a

Browse files
authored
Fetch origin/main for Spotless ratchet in publish workflow (#119)
1 parent ca56b62 commit 8f7722a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
steps:
1010
- name: Check out code
1111
uses: actions/checkout@v4
12+
- name: Fetch origin/main for Spotless ratchet
13+
run: git fetch origin main
1214
- name: Set up JDK 21
1315
uses: actions/setup-java@v4
1416
with:

0 commit comments

Comments
 (0)