Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
Clone full repo to allow for spotless ratcheting
Browse files Browse the repository at this point in the history
* Workaround until spotless fetches ratchetFrom base automatically
* Details: diffplug/spotless#710
  • Loading branch information
brevilo committed Sep 25, 2021
1 parent b217604 commit 0595a61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- name: 'Clone repository'
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: 'Install dependencies'
run: |
Expand Down

0 comments on commit 0595a61

Please sign in to comment.