Skip to content

Commit 95338d4

Browse files
committed
Add Expand Shallow Clone step
Signed-off-by: Alfredo Gutierrez <[email protected]>
1 parent 23ce3db commit 95338d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/spotless-check.yml

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919

20+
- name: Expand Shallow Clone for and Spotless
21+
run: git fetch --unshallow --no-recurse-submodules
22+
2023
- name: Set up JDK 21
2124
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
2225
with:

0 commit comments

Comments
 (0)