Skip to content

Commit

Permalink
Use fetch-depth:0 as workaround for spotlessCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
eirnym committed Jan 9, 2023
1 parent fe801f0 commit 6289be9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install JDK ${{ matrix.distribution }} ${{ matrix.java_version }}
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 6289be9

Please sign in to comment.