Fix bazel rules for layering_check and parse_headers with clang (#162) #33
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Bazel CI | |
on: | |
push: | |
branches: [gz-utils3, main] | |
pull_request: | |
branches: [gz-utils3, main] | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | |
cancel-in-progress: true | |
jobs: | |
test: | |
uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v7 | |
with: | |
folders: | | |
[ | |
".", | |
] | |
exclude: | | |
[ | |
{"folder": ".", "bzlmodEnabled": false}, | |
] |