Skip to content

Commit 9435cb1

Browse files
committed
ci: setup aspect workflows
1 parent e1700f0 commit 9435cb1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.aspect/workflows/config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# See https://docs.aspect.build/workflows/configuration
2+
tasks:
3+
- test:
4+
notifications:
5+
github: {}

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ jobs:
2626
{"folder": ".", "bzlmodEnabled": false},
2727
{"folder": "examples", "bzlmodEnabled": false},
2828
{"bazelversion": "8.0.0", "bzlmodEnabled": false},
29+
{"bazelversion": "7.4.1", "folder": ".", "os": "ubuntu-latest"}
2930
]

0 commit comments

Comments
 (0)