chore(template): sync .w4c/workflows/ci-build.yaml

This commit is contained in:
SemianiakaVY 2026-09-17 21:07:02 +00:00
parent 327cac28a5
commit 4157a78eb1

View file

@ -0,0 +1,14 @@
name: Online Shop 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 }