Skip to content

Commit dc9ba47

Browse files
authored
Fix .bazelignore
1 parent 8eccc99 commit dc9ba47

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.bazelignore

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,10 +1 @@
1-
name: CI
2-
on:
3-
push:
4-
jobs:
5-
test:
6-
runs-on: ubuntu-latest
7-
steps:
8-
- uses: actions/checkout@v4
9-
- run: bazel test //...
10-
working-directory: example
1+
example

0 commit comments

Comments
 (0)