We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1700f0 commit 6c6af34Copy full SHA for 6c6af34
.aspect/workflows/config.yaml
@@ -0,0 +1,8 @@
1
+# See https://docs.aspect.build/workflows/configuration
2
+workspaces:
3
+ - .
4
+ - examples
5
+tasks:
6
+ - test:
7
+notifications:
8
+ github: {}
.github/workflows/ci.yaml
@@ -26,4 +26,5 @@ jobs:
26
{"folder": ".", "bzlmodEnabled": false},
27
{"folder": "examples", "bzlmodEnabled": false},
28
{"bazelversion": "8.0.0", "bzlmodEnabled": false},
29
+ {"bazelversion": "7.4.1", "folder": ".", "os": "ubuntu-latest"}
30
]
0 commit comments