mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-29 01:16:12 -05:00
14 lines
240 B
YAML
14 lines
240 B
YAML
|
# See https://docs.aspect.build/v/workflows/config
|
||
|
---
|
||
|
workspaces:
|
||
|
.:
|
||
|
bazel:
|
||
|
flags:
|
||
|
- --config=nostamp
|
||
|
tasks:
|
||
|
buildifier:
|
||
|
target: //bazel/ci:buildifier_check
|
||
|
gazelle:
|
||
|
target: //bazel/ci:gazelle_check
|
||
|
test:
|