[2.x] test: Enable actions/eval-is-safe-and-sound scripted test (#9192)

This commit is contained in:
kenji yoshida 2026-05-07 09:29:06 +09:00 committed by GitHub
parent f4ae966a22
commit 0638907349
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -4,12 +4,15 @@ lazy val boink = project
lazy val woof = project
@transient
lazy val numConfigClasses = taskKey[Int]("counts number of config classes")
lazy val configClassCountFile = settingKey[File]("File where we write the # of config classes")
@transient
lazy val saveNumConfigClasses = taskKey[Unit]("Saves the number of config classes")
@transient
lazy val checkNumConfigClasses = taskKey[Unit]("Checks the number of config classes")
lazy val checkDifferentConfigClasses =