| matrix: | |
| platform: ["macos", "ubuntu2004"] | |
| bazel: ["7.x", "8.x"] | |
| tasks: | |
| verify_targets: | |
| name: "Verify build targets" | |
| platform: ${{ platform }} | |
| bazel: ${{ bazel }} | |
| build_flags: | |
| - "--enable_bzlmod=true" | |
| build_targets: | |
| - "@rules_kotlin//kotlin/..." | |
| - "@rules_kotlin//src/..." |