We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbcdd2c + 0a90cab commit 78f2214Copy full SHA for 78f2214
.github/classroom/autograding.json
@@ -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
@@ -0,0 +1,16 @@
+name: GitHub Classroom Workflow
+
+on: [push]
+permissions:
+ checks: write
+ actions: read
+ contents: read
+jobs:
+ build:
+ name: Autograding
+ runs-on: ubuntu-latest
+ steps:
15
+ - uses: actions/checkout@v2
16
+ - uses: education/autograding@v1
0 commit comments