Skip to content

Reusable workflow for checking if grading files have been altered in GitHub Classroom assignments.

License

Notifications You must be signed in to change notification settings

Reckon-Limited/reckon-classroom-hasclassroomchanged

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

GitHub Classroom - Check For Changes

Reusable workflow for checking if grading files have been altered in GitHub Classroom assignments.

Usage

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'

Inputs

Input Name Required Default Description
paths no '.github' Space separated list of paths to check.

About

Reusable workflow for checking if grading files have been altered in GitHub Classroom assignments.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published