diff --git a/.w4c/workflows/ci-build.yaml b/.w4c/workflows/ci-build.yaml new file mode 100644 index 0000000..8b67e58 --- /dev/null +++ b/.w4c/workflows/ci-build.yaml @@ -0,0 +1,14 @@ +name: Content Site (Blog / Docs) 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 }