File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121 - name : Run code quality check suite
2222 run : ./tools/check/check_code_quality.sh
2323
24- # Knit for all the modules (https://github.com/Kotlin/kotlinx-knit)
24+ # Knit for all the modules (https://github.com/Kotlin/kotlinx-knit)
2525 knit :
2626 name : Knit
2727 runs-on : ubuntu-latest
3131 run : |
3232 ./gradlew knit
3333
34- # ktlint for all the modules
34+ # ktlint for all the modules
3535 ktlint :
3636 name : Kotlin Linter
3737 runs-on : ubuntu-latest
@@ -104,7 +104,7 @@ jobs:
104104 comment_id: ${{ steps.fc.outputs.comment-id }}
105105 })
106106
107- # Gradle dependency analysis using https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin
107+ # Gradle dependency analysis using https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin
108108 dependency-analysis :
109109 name : Dependency analysis
110110 runs-on : ubuntu-latest
@@ -123,7 +123,7 @@ jobs:
123123 name : dependency-analysis
124124 path : build/reports/dependency-check-report.html
125125
126- # Lint for main module
126+ # Lint for main module
127127 android-lint :
128128 name : Android Linter
129129 runs-on : ubuntu-latest
@@ -151,7 +151,7 @@ jobs:
151151 path : |
152152 vector/build/reports/*.*
153153
154- # Lint for Gplay and Fdroid release APK
154+ # Lint for Gplay and Fdroid release APK
155155 apk-lint :
156156 name : Lint APK (${{ matrix.target }})
157157 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments