Reusable workflow for checking if grading files have been altered in GitHub Classroom assignments.
Add reusable workflow to classroom.yml
workflow.
name: GitHub Classroom Workflow
on: [push]
jobs:
build:
name: Autograding
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: education/autograding@v1
check:
uses: markpatterson27/GitHub-Classroom-Check-For-Changes/.github/workflows/change-check.yml@main
with:
paths: '.github'
Input Name | Required | Default | Description |
---|---|---|---|
paths |
no | '.github' | Space separated list of paths to check. |