1
0
Fork 0
freesewing/.gitpod.yml
2023-07-29 11:03:31 -05:00

28 lines
1,013 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/hydrogen
nvm use lts/hydrogen
npm i -g yarn
yarn kickstart
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