Skip to content

Commit 3a7b94d

Browse files
committed
chore: bump kbuild to 1.1.5 and run lintDocs in CI
1 parent 1b01b2c commit 3a7b94d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: chmod +x gradlew
2929

3030
- name: Run linter
31-
run: ./gradlew detekt
31+
run: ./gradlew lintDocs
3232

3333
- name: Run tests with coverage
3434
run: ./gradlew allTests koverXmlReport

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("com.eignex.kmp") version "1.1.4"
2+
id("com.eignex.kmp") version "1.1.5"
33
kotlin("plugin.serialization") version "2.3.0"
44
}
55

0 commit comments

Comments
 (0)