mirror of
https://github.com/Exp-Primer-Copilot-Cohort-1/experience-primer-copilot-exituser.git
synced 2026-09-17 04:18:57 +00:00
GitHub Classroom Autograding Workflow
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
name: GitHub Classroom Workflow
|
||||
|
||||
on:
|
||||
- push
|
||||
- workflow_dispatch
|
||||
|
||||
permissions:
|
||||
checks: write
|
||||
actions: read
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Autograding
|
||||
runs-on: ubuntu-latest
|
||||
if: github.actor != 'github-classroom[bot]'
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: education/autograding@v1
|
||||
Reference in New Issue
Block a user