github-education-resources/GitHub Classroom Command Grader

A plugin for GitHub Classroom's Autograder. Seamlessly integrate your CS class with GitHub using this action to facilitate the grading process.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
test-nameThe unique identifier for the test.yes
setup-commandCommand to execute prior to the test, typically for environment setup or dependency installation.no
commandPrimary command to run for the test. A zero exit code signifies a successful test.yes
timeoutDuration (in minutes) before the test is terminated. Defaults to 10 minutes with a maximum limit of 6 hours.no10
max-scoreMaximum points awarded upon a successful test.no
namedescription
resultOutputs the result of the grader, indicating the success or failure of the test.