-
Notifications
You must be signed in to change notification settings - Fork 162
Added rustdoc check step to CI #117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I think this won't work yet – you need to execute this in each package's directory, not the top-level directory. |
Oh! My bad...check now? |
Could you do it the same way as the clippy step? That should work. |
Done. |
You removed the filter for |
Oh! I thought we wanted this for every package, my bad! Fixed. |
Now we're getting somewhere – though now it can't find the dependencies, because the If you add back the |
Added |
Looks like we also need the last command from clippy, sourcing the ROS 2 installation. I wasn't sure about that. |
This one? |
Yep |
Added |
Looks like I'd suggest to just filter out |
Done. |
I can't see where you filtered it out? |
|
Ah, thanks. That works, but it's not obvious what it's intended to do. Could you do this instead? |
Done |
Thanks! |
Closes #113