Open
Description
While updating the ink! tutorial I was manually building the code snippets and templates
to check that they still compiled.
However, this is not something that should be done manually since it is tedious and error
prone. Instead we should have a script which goes through everything and checks that it
build successfully. This script should be required to pass as part of the CI workflow.
Ensuring snippets compile might be a little tricky, but at the very least we should start
by checking that the x.x-finished-code.rs
files compile correctly.