Skip to content

Commit 78f2214

Browse files
committed
2 parents bbcdd2c + 0a90cab commit 78f2214

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

.github/classroom/autograding.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"tests": [
3+
{
4+
"name": "ActivitySet#1_problem#02.py",
5+
"setup": "",
6+
"run": "python3 ActivitySet#1/problem#02.py",
7+
"input": "",
8+
"output": "^[Hh]ello [Ww]orld.*",
9+
"comparison": "regex",
10+
"timeout": 1,
11+
"points": 1
12+
}
13+
]
14+
}

.github/workflows/classroom.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: GitHub Classroom Workflow
2+
3+
on: [push]
4+
5+
permissions:
6+
checks: write
7+
actions: read
8+
contents: read
9+
10+
jobs:
11+
build:
12+
name: Autograding
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v2
16+
- uses: education/autograding@v1

0 commit comments

Comments
 (0)