Run the following checks on all skill ids:
- make sure that the ID is unique within the course
- make sure that the length and format of the IDs matches UUID
- make sure that the ID is not created more than 1-2 days before the file is first added to git. Otherwise it's a clear sign of the ID being copy pasted from somewhere else
- have a full list of skill id's and their corresponding course URL deployed to librelingo (for example https://librelingo.app/dev/skill_ids.json) and make sure that no other course has the same ID
Investigate the possibility of, instead of simply reporting failures in merge requests, only report failures on master, but automatically create a commit (on master) to fix the failure. That way actual course authors don't have to care about the IDs anymore
Run the following checks on all skill ids:
Investigate the possibility of, instead of simply reporting failures in merge requests, only report failures on master, but automatically create a commit (on master) to fix the failure. That way actual course authors don't have to care about the IDs anymore