From e3d05b4790b273db8215b79448fcd402e2f7089f Mon Sep 17 00:00:00 2001 From: SemianiakaVY Date: Thu, 17 Sep 2026 21:07:30 +0000 Subject: [PATCH] chore(template): sync .w4c/workflows/ci-build.yaml --- .w4c/workflows/ci-build.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .w4c/workflows/ci-build.yaml diff --git a/.w4c/workflows/ci-build.yaml b/.w4c/workflows/ci-build.yaml new file mode 100644 index 0000000..1ccac06 --- /dev/null +++ b/.w4c/workflows/ci-build.yaml @@ -0,0 +1,14 @@ +name: AI Agent App CI +description: >- + Install dependencies, lint, test and build the app. + Runs on demand or on a repository event; starts the project's continuous + integration contract. +version: 1.0.0 +mode: function +language: shell +target: default +trigger: + type: event +tasks: + - id: build + entry: { file: ci-build.sh }