This commit is contained in:
Mayel de Borniol 2022-08-01 16:51:27 +12:00
parent 552c9dcc87
commit 6ba990cae0

View file

@ -1,10 +1,18 @@
# 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:
file: .gitpod.dockerfile
tasks:
- name: Setup
init: just config && just setup
init: just setup
command: just dev
github:
prebuilds:
# enable for the default branch (defaults to true)
master: true
# enable for all branches in this repo (defaults to false)
branches: false
# enable for pull requests coming from this repo (defaults to true)
pullRequests: false
# 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: false