Skip to content

Commit fbc734b

Browse files
committed
Merge remote-tracking branch 'upstream/main' into alternative-approach
2 parents 6edf3fd + f131d4c commit fbc734b

File tree

4 files changed

+27
-1
lines changed

4 files changed

+27
-1
lines changed

.gitpod.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
FROM node:16-buster

.gitpod.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)