From 67aecb9ebe26d69b051bf609eeafd9fdbe68f9f5 Mon Sep 17 00:00:00 2001 From: Martijn Atema Date: Tue, 23 Mar 2021 14:52:37 +0100 Subject: [PATCH] Course automation: Checking essay requirements (#925) --- .../course-automation/atema/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 contributions/course-automation/atema/README.md diff --git a/contributions/course-automation/atema/README.md b/contributions/course-automation/atema/README.md new file mode 100644 index 0000000000..5a3d8cb527 --- /dev/null +++ b/contributions/course-automation/atema/README.md @@ -0,0 +1,18 @@ +# Course automation: Checking essay requirements + +## Members + +Martijn Atema (atema@kth.se) +GitHub: [Atema](https://github.com/Atema) + +## Proposal + +I want to create a GitHub action (on pull requests) that automatically checks whether the word count and plagarism are within defined boundaries. + +In order, this action should: + +- Determine if the pull request concerns an essay submission +- Find the submitted pdf file +- Check the word count within the file +- Submit the file to a plagiarism check service +- Report the status on the PR