Skip to content

Commit 3f5a180

Browse files
authored
Fix to not call Lint twice
1 parent c055a07 commit 3f5a180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-and-test-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
- name: Lint
5656
run: ./gradlew lintKotlin
5757
- name: Test
58-
run: ./gradlew lintKotlin test
58+
run: ./gradlew test

0 commit comments

Comments
 (0)