PeterJCLaw / srcomp

Reliable software for running robotics competitions
https://github.com/PeterJCLaw/srcomp/wiki
GNU General Public License v3.0
0 stars 1 forks source link

Create a GitHub Action to validate compstates #12

Closed PeterJCLaw closed 2 years ago

PeterJCLaw commented 3 years ago

Compstates contain scoring code, which is pretty important. However due to the compstates being short-lived one-off repos it doesn't feel worth it to add CI to them. If however we had a GitHub Action (or other CI template, though I think an Action could make it simplest) that could be trivially included to get useful checking in CI this could provide more confidence in the scoring code.

PeterJCLaw commented 2 years ago

https://github.com/PeterJCLaw/srcomp-validate-action now exists.