1
0
Fork 0
freesewing/.gitpod.yml
2022-09-28 20:05:40 +02:00

27 lines
1,010 B
YAML

# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
# and commit this file to your remote git repository to share the goodness with others.
image: gitpod/workspace-node:latest
tasks:
- name: Freesewing Lab
before: |
nvm install lts/gallium
nvm use lts/gallium
command: yarn kickstart && yarn lab
github:
prebuilds:
# enable for all branches in this repo (defaults to false)
branches: false
# enable for pull requests coming from this repo (defaults to true)
pullRequests: true
# enable for pull requests coming from forks (defaults to false)
pullRequestsFromForks: true
# add a check to pull requests (defaults to true)
addCheck: true
# add a "Review in Gitpod" button as a comment to pull requests (defaults to false)
addComment: true
# add a "Review in Gitpod" button to the pull request's description (defaults to false)
addBadge: false