| matrix: | |
| platform: | |
| - debian10 | |
| - ubuntu2004 | |
| - macos | |
| - macos_arm64 | |
| - windows | |
| bazel: | |
| - 7.x | |
| - 6.x | |
| tasks: | |
| verify_targets: | |
| name: Verify build targets | |
| platform: ${{ platform }} | |
| bazel: ${{ bazel }} | |
| build_targets: | |
| - '@bzlparty_tools//lib:github.bzl' | |
| - '@bzlparty_tools//lib:platforms.bzl' | |
| - '@bzlparty_tools//shasums:shasums' | |
| - '@bzlparty_tools//platforms:host.bzl' | |
| - '@bzlparty_tools//rules:diff.bzl' | |
| - '@bzlparty_tools//git:tag' |