Skip to content

Commit ffc64a1

Browse files
committed
[+] Add starter files
1 parent f50938e commit ffc64a1

14 files changed

+134
-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": "Default Test Runner",
5+
"setup": "",
6+
"run": "gradle test --tests \"*.*\"",
7+
"input": "",
8+
"output": "",
9+
"comparison": "included",
10+
"timeout": 10,
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

images/closed_issue.png

49.6 KB
Loading

images/closed_project.png

85.4 KB
Loading

images/create_branch.png

67.4 KB
Loading

images/create_pr.png

37.3 KB
Loading

images/create_project.png

230 KB
Loading

images/link_branch.png

41.4 KB
Loading

images/link_project.png

555 KB
Loading

images/new_issue.png

209 KB
Loading

0 commit comments

Comments
 (0)