We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 546b3ee commit 37b3c0bCopy full SHA for 37b3c0b
.github/workflows/gradle.yml
@@ -22,7 +22,9 @@ jobs:
22
runs-on: ubuntu-latest
23
24
steps:
25
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
26
+ with:
27
+ fetch-depth: 0
28
- name: Set up JDK 11
29
uses: actions/setup-java@v3
30
with:
build.gradle
@@ -303,10 +303,7 @@ checkstyle {
303
304
spotless {
305
// optional: limit format enforcement to just the files changed by this feature branch
306
- // ratchetFrom 'master'
307
-
308
- // Enable diff check
309
- spotlessDiffCheck('HEAD')
+ ratchetFrom 'origin/master'
310
311
format 'misc', {
312
// define the files to apply `misc` to
0 commit comments