Skip to content

Commit d6f7c8c

Browse files
committed
Update style check github action
1 parent 5833711 commit d6f7c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
restore-keys: |
2222
${{ runner.os }}-gradle-
2323
- name: build-logic Code Style Check with Gradle and Spotless
24-
run: ./gradlew :build-logic:clean :build-logic:spotlessCheck
24+
run: ./gradlew :build-logic-ncj:clean :build-logic-ncj:spotlessCheck
2525
- name: netCDF-Java Code Style Check with Gradle and Spotless
2626
run: ./gradlew clean spotlessCheck

0 commit comments

Comments
 (0)