Skip to content

Commit 0294185

Browse files
Fixes #53: workflow optimized
1 parent 6013f8b commit 0294185

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ jobs:
1313
with:
1414
java-version: 1.8
1515

16-
- name: Lint check
17-
run: ./gradlew lint
18-
19-
- name: Ktlint check
20-
run: ./gradlew ktlintcheck
21-
2216
- name: Run test
2317
run: ./gradlew test
2418

0 commit comments

Comments
 (0)