Skip to content

support --incompatible_disallow_empty_glob #10

support --incompatible_disallow_empty_glob

support --incompatible_disallow_empty_glob #10

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: bazel test //...
working-directory: example