chore(template): sync .w4c/workflows/ci-build.yaml
This commit is contained in:
parent
07b2d32bd0
commit
409c717d5a
14
.w4c/workflows/ci-build.yaml
Normal file
14
.w4c/workflows/ci-build.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
name: SaaS Starter 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 }
|
||||||
Loading…
Reference in a new issue