An action to detect whether a groupN.py file has been created
Depending on the outcome of the second action: Run pelita --check-team with that file so that we know that at least the import mechanism works. (At some point, we can add another action that plays an actual game here.)
There are no hard failures when no groupN.py file has been created so as not to annoy the students with CI breakage for the first two days. I hope that the title of the action makes it clear enough that something is bad.
Adding Github Actions.
There are three actions defined:
pelita --check-team
with that file so that we know that at least the import mechanism works. (At some point, we can add another action that plays an actual game here.)There are no hard failures when no groupN.py file has been created so as not to annoy the students with CI breakage for the first two days. I hope that the title of the action makes it clear enough that something is bad.