`bob check` only prints a single import/require failure. Instead, it should collect all failures and then print a list. It should also print a "❌" with the package name: ``` ✔ Checked integrity of '@graphql-codegen/introspection'. ❌ Failed integrity check of '@graphql-codegen/introspection'. ```