Skip to content

Add check for unique production names

Emir Muhammad requested to merge emmuhamm_check_duplicate_names into main

As seen in #24 (closed), when the names of productions are the same there is a chance that this will cause the merging step to fail.

This MR adds a quick check to make sure that the names are unique.

Merge request reports