diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..2861d84 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,13 @@ +name: ci + +on: + push: + branches: [main] + pull_request: + +jobs: + # m/v waterline G1 gate — v-stdlib is layer v (passes trivially: v -> m is + # allowed). The engine-bound M suite (fmt/lint/test under YDB+IRIS) lands + # as v-stdlib grows real VSL* modules. + arch: + uses: vista-cloud-dev/.github/.github/workflows/arch-waterline.yml@main