Reapply "Bazel: add codeql specific packaging library"

This reverts commit 31d6b9be4d.
This commit is contained in:
Paolo Tranquilli
2024-05-29 15:46:29 +02:00
parent 8509bcae58
commit 2606d3f6d1
43 changed files with 1963 additions and 195 deletions

23
.github/workflows/zipmerge-test.yml vendored Normal file
View File

@@ -0,0 +1,23 @@
name: "Test zipmerge code"
on:
pull_request:
paths:
- "misc/bazel/internal/zipmerge/**"
- "MODULE.bazel"
- ".bazelrc*"
branches:
- main
- "rc/*"
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
bazel test //misc/bazel/internal/zipmerge:test --test_output=all