Skip to content

Commit 1fd0fe5

Browse files
committed
Format file
1 parent 1e0799d commit 1fd0fe5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/quality.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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
@@ -31,7 +31,7 @@ jobs:
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

0 commit comments

Comments
 (0)