File tree Expand file tree Collapse file tree 4 files changed +27
-1
lines changed
Expand file tree Collapse file tree 4 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1+ FROM node:16-buster
Original file line number Diff line number Diff line change 1+ image :
2+ file : .gitpod.Dockerfile
3+
4+ # List the start up tasks. You can start them in parallel in multiple terminals.
5+ # https://www.gitpod.io/docs/config-start-tasks/
6+ tasks :
7+ - init : >
8+ npm install &&
9+ npm run build
10+ command: npm run test
11+
12+ # Enable prebuilds of your project to enable faster workspace start times.
13+ # https://www.gitpod.io/docs/prebuilds/#configure-the-github-app
14+ github :
15+ prebuilds :
16+ master : true
17+ branches : true
18+ pullRequests : true
19+ pullRequestsFromForks : true
20+ addCheck : true
Original file line number Diff line number Diff line change 1+ ## Hacking on Serverless Workflow Typescript SDK in Gitpod
2+
3+ If you have a web browser, you can get a fully pre-configured development environment in one click:
4+
5+ [ ![ Open in Gitpod] ( https://gitpod.io/button/open-in-gitpod.svg )] ( https://gitpod.io/#https://github.com/serverlessworkflow/sdk-typescript )
Original file line number Diff line number Diff line change 1- ![ Node CI] ( https://github.com/serverlessworkflow/sdk-typescript/workflows/Node%20CI/badge.svg )
1+ ![ Node CI] ( https://github.com/serverlessworkflow/sdk-typescript/workflows/Node%20CI/badge.svg ) [ ![ Gitpod ready-to-code ] ( https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod )] ( https://gitpod.io/#https://github.com/serverlessworkflow/sdk-typescript )
22
33# Serverless Workflow Specification - Typescript SDK
44
You can’t perform that action at this time.
0 commit comments