TraceMachina / nativelink

Bazel RBE with CAS server implementation in Rust. The free and open source cache and remote execution service, prioritizing stability and speed for the people that need it.
https://docs.nativelink.com
Apache License 2.0
236 stars 46 forks source link

Add documentation tests to CI #1082

Open aaronmondal opened 3 days ago

aaronmondal commented 3 days ago

To prevent issues like #1081 in the future.

While it's a bit tedious to create entire deployment pipelines, we should have at least run doc builds as a CI test. Preview builds already run the Typescript linting infrastructure and invoke the generator scripts on all inputs used which should cover a reasonably large surface area of potential issues.