# Add astro check Astro check runs typechecking and other checks on the astro files. It is a command line tool that can also be run in ci. ## References * [Astro documentation for astro-check](https://docs.astro.build/en/reference/cli-reference/#astro-check) * [@astrojs/check npm package](https://www.npmjs.com/package/@astrojs/check)
Add astro check
Astro check runs typechecking and other checks on the astro files. It is a command line tool that can also be run in ci.
References