almindor / mipidsi

MIPI Display Serial Interface unified driver
MIT License
108 stars 47 forks source link

Run rustdoc in CI #110

Closed rfuest closed 4 months ago

rfuest commented 4 months ago

Running cargo doc does currently show some warnings about broken links, but this isn't picked up by CI. We should add a job that runs cargo doc with the RUSTDOCFLAGS environment variable set to -Dwarnings to fail on doc issues.