mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2024-11-09 22:08:58 +01:00
18 lines
396 B
YAML
18 lines
396 B
YAML
image: 'gitpod/workspace-full'
|
|
|
|
tasks:
|
|
- name: 'programming-challenges'
|
|
before: 'npm install --global npm@7 && npm clean-install'
|
|
init: 'npm run build'
|
|
command: 'npm install --global && programming-challenges'
|
|
|
|
github:
|
|
prebuilds:
|
|
master: true
|
|
branches: true
|
|
pullRequests: true
|
|
pullRequestsFromForks: true
|
|
addComment: true
|
|
addBadge: true
|
|
addLabel: true
|