mirror of
https://github.com/Exp-Intro-to-GitHub-Flow-Cohort-1/series-intro-to-github-flow-dyzulk.git
synced 2026-01-26 05:15:37 +07:00
GitHub Classroom Autograding Workflow
This commit is contained in:
committed by
GitHub
parent
876fcf8dee
commit
58e38a8416
19
.github/workflows/classroom.yml
vendored
Normal file
19
.github/workflows/classroom.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user