mirror of
https://github.com/Exp-Primer-Copilot-Cohort-1/experience-primer-copilot-exituser.git
synced 2026-09-17 12:29:04 +00:00
20 lines
328 B
YAML
20 lines
328 B
YAML
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
|