Skip to content

Commit f468cce

Browse files
authored
Merge pull request #272 from ProjectMapK/k163377-patch-2
Fix to not call Lint twice
2 parents c055a07 + 3f5a180 commit f468cce

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)