GitHub Classroom Autograding Workflow

This commit is contained in:
github-classroom[bot]
2023-10-06 15:18:17 +00:00
committed by GitHub
parent 876fcf8dee
commit 58e38a8416

19
.github/workflows/classroom.yml vendored Normal file
View File

@@ -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