Skip to content

Commit 1c6b59c

Browse files
authored
chore(abg): remove no longer needed library version (#1212)
1 parent 1b84a3e commit 1c6b59c

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

action-binding-generator/src/main/kotlin/io/github/typesafegithub/workflows/actionbindinggenerator/LibraryVersion.kt

Lines changed: 0 additions & 3 deletions
This file was deleted.

github-workflows-kt/build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,6 @@ val validateDuplicatedVersion by tasks.creating<Task> {
8282
rootDir.resolve("mkdocs.yml").readText()
8383
.contains(" version: $version")
8484
) { "Library version stated in the docs should be equal to $version!" }
85-
require(
86-
rootDir.resolve("action-binding-generator/src/main/kotlin/io/github/typesafegithub/workflows/actionbindinggenerator/LibraryVersion.kt").readText()
87-
.contains("internal const val LIBRARY_VERSION = \"$version\"")
88-
) { "Library version stated in action-binding-generator/src/main/.../LibraryVersion.kt should be equal to $version!" }
8985
require(
9086
rootDir.resolve("github-workflows-kt/src/test/kotlin/io/github/typesafegithub/workflows/docsnippets/GettingStartedSnippets.kt").readText()
9187
.contains("\"io.github.typesafegithub:github-workflows-kt:$version\"")

0 commit comments

Comments
 (0)