Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ligi committed Nov 20, 2022
1 parent 5c693b0 commit 5ae5dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/check_caips.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ val config = CheckConfig("caip",
mapOf(
"title" to { },
"status" to { value ->
if (!listOf("Draft", "Active", "Review", "Final", "Superseded").contains(value)) throw IllegalArgumentException("Invalid status '$value'")
if (!listOf("Draft", "Active", "Review", "Final", "Superseded").contains(value)) throw IllegalArgumentException("Invalid status -'$value'-")
},
"type" to { value ->
if (!listOf("Meta", "Standard").contains(value)) throw IllegalArgumentException("Invalid status $value")
Expand Down

0 comments on commit 5ae5dba

Please sign in to comment.