-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
40 lines (33 loc) · 1.58 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Metadata for your course
title: Python Programming
tagline: A quick introduction to Python(3), aimed for experienced software developers.
description: This course runs through the basics of Python 3.7 (syntax, concepts and common patterns & mistakes), escorted by code as homework.
# Repository setup
# The following section template information for the repository
# This will be used when the repository is crated for each individual learner
template:
name: my-sparkles-repo
repo: lab-starter-template
# `before` block
# Actions to take place after the learner registers, but before they start interacting with their repo
before:
- type: # the type of action, full list at https://lab.github.com/docs/actions/
# some actions require additional options, those should appear below `type:`
# you can execute multiple actions in the `before` block
# Steps for the course
# A list of steps that take the learner through the course
# Create one step for each action that a learner will complete
steps:
- title: # the title of the step, shown to the learner in the course progress page
description: # the event that will trigger the actions to be executed, full list at https://developer.github.com/v3/activity/events/types/
event: # a list of the actions that will occur when the step is triggered by an event
actions:
- type: # the type of action, full list at https://lab.github.com/docs/actions
# some actions require additional options, those should appear below `type:`
# you can execute multiple actions in the `before` block
#
# - type:
# option:
#
# - type:
# option: