1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2024-07-18 02:20:12 +02:00
programming-challenges/.gitpod.yml

18 lines
360 B
YAML
Raw Normal View History

2020-11-15 10:56:27 +01:00
image: 'gitpod/workspace-full'
tasks:
- name: 'programming-challenges'
2021-09-05 11:20:19 +02:00
before: 'npm install'
init: 'npm run build && npm install --global'
command: 'programming-challenges'
github:
prebuilds:
master: true
branches: true
pullRequests: true
pullRequestsFromForks: true
addComment: true
addBadge: true
addLabel: true