Jacob Blankenship

Results 2 issues of Jacob Blankenship

YAML File is fairly straightforward. ``` ... jobs: build: runs-on: windows-latest steps: - uses: actions/checkout@v2 - uses: bazelbuild/setup-bazelisk@v1 - name: Cache Build uses: actions/cache@v2 env: cache-name: build-cache with: path: |...

documentation
area:scope

What would be the appetite to have Bazel support natively in this repo? I would be willing to pitch in to make it happen. Please let me know. Bazel is...

enhancement