This gets examples running in CI—well, macOS CI anyway. There's a bug somewhere in the compiler that means these tests don't run on Linux (there's some panic.) Having actual tests would be super useful as we grow, though, so I've punted that for now. Getting macOS tests is an OK amount of value and I'll try to re-enable Linux tests periodically.
I also added spellchecking. Don't know why I thought it needed to run on macOS before—it only needs to be checked once, so a linux-only check is acceptable.
This gets examples running in CI—well, macOS CI anyway. There's a bug somewhere in the compiler that means these tests don't run on Linux (there's some panic.) Having actual tests would be super useful as we grow, though, so I've punted that for now. Getting macOS tests is an OK amount of value and I'll try to re-enable Linux tests periodically.
I also added spellchecking. Don't know why I thought it needed to run on macOS before—it only needs to be checked once, so a linux-only check is acceptable.