Adds a script check-all.sh that runs check.sh on listed subdirectories in example-archive
Moves examples so that they pass check.sh
Rationale: the current cerberus CI script here only runs a subset of the example directories. As a result, several examples have been missed. The check-all.sh script should be a more robust way of handling this since we can just update it without modifying the cerberus repo.
Note that new subdirectories must be added to the list embedded into check-all.sh
This PR:
check-all.sh
that runscheck.sh
on listed subdirectories inexample-archive
check.sh
Rationale: the current cerberus CI script here only runs a subset of the example directories. As a result, several examples have been missed. The
check-all.sh
script should be a more robust way of handling this since we can just update it without modifying the cerberus repo.Note that new subdirectories must be added to the list embedded into
check-all.sh