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.
1 parent 1f261e7 commit a5527a1Copy full SHA for a5527a1
.github/workflows/classroom.yml
@@ -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