1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2025-05-13 23:22:49 +02:00

18 lines
366 B
YAML

image: "gitpod/workspace-full"
tasks:
- name: "programming-challenges"
before: "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