Automattic / breakingbot

breaking incident management chat bot
GNU General Public License v2.0
2 stars 0 forks source link

Add typechecking to test runs #80

Closed mhsdef closed 3 months ago

mhsdef commented 3 months ago

What

Adds tsc --noEmit so that npm test does type checking.

Why

At the moment, CI doesn't actually invoke any type checking which can let things hit deploy build step(s) in unexpected ways at times.