Skip to content

Commit f2ada07

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

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.aspect/workflows/config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ 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"},
30+
{"bazelversion": "7.4.1", "folder": "examples", "os": "ubuntu-latest"}
2931
]

0 commit comments

Comments
 (0)