Skip to content

Commit a5527a1

Browse files
GitHub Classroom Autograding Workflow
1 parent 1f261e7 commit a5527a1

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/classroom.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: GitHub Classroom Workflow
2+
3+
on:
4+
- push
5+
- workflow_dispatch
6+
7+
permissions:
8+
checks: write
9+
actions: read
10+
contents: read
11+
12+
jobs:
13+
build:
14+
name: Autograding
15+
runs-on: ubuntu-latest
16+
if: github.actor != 'github-classroom[bot]'
17+
steps:
18+
- uses: actions/checkout@v4
19+
- uses: education/autograding@v1

0 commit comments

Comments
 (0)