Apply pkl formatter to codebase (#1236)

This applies the Pkl formatter to `stdlib/` and `.circleci/`
This commit is contained in:
Daniel Chao
2025-10-09 15:16:38 -07:00
committed by GitHub
parent 42dcad25c6
commit 8c5bd3b7dd
19 changed files with 729 additions and 605 deletions
+2 -1
View File
@@ -28,7 +28,8 @@ javaVersion = "21.0"
steps {
new Config.RunStep {
name = module.name
command = """
command =
"""
./gradlew \(module.gradleArgs) \(module.command)
"""
}