Skip to content

Commit

Permalink
Course automation: Checking essay requirements (KTH#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
Atema authored and ChangGabriel committed Mar 24, 2021
1 parent 8ff93be commit 67aecb9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions contributions/course-automation/atema/README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 67aecb9

Please sign in to comment.