Skip to content

Fix bazel rules for layering_check and parse_headers with clang #18

Fix bazel rules for layering_check and parse_headers with clang

Fix bazel rules for layering_check and parse_headers with clang #18

Workflow file for this run

name: Bazel CI
on:
push:
branches: [sdf15, main]
pull_request:
branches: [sdf15, 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},
]