From 79c8902b39dc527db2950b94892d6dc684431138 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Thu, 2 Oct 2025 08:05:52 -0700 Subject: [PATCH] ci: setup Aspect Workflows Includes a Buildbarn cache cluster so we are dogfooding. buildbarn/bb-storage#252 followup --- .aspect/workflows/config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .aspect/workflows/config.yaml diff --git a/.aspect/workflows/config.yaml b/.aspect/workflows/config.yaml new file mode 100644 index 0000000..5929d8b --- /dev/null +++ b/.aspect/workflows/config.yaml @@ -0,0 +1,6 @@ +# See https://docs.aspect.build/workflows/configuration +tasks: + - buildifier + - test +notifications: + github: {}