Skip to content
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

Add ROS Noetic Industrial CI Pipeline #8

Merged
merged 15 commits into from
Sep 9, 2023

Conversation

Alpaca-zip
Copy link
Owner

@Alpaca-zip Alpaca-zip commented Sep 9, 2023

Add a comprehensive CI pipeline for the ROS Noetic project using GitHub Actions and ros-industrial/industrial_ci actions.

  • Clang Format Check : Ensures code formatting adheres to defined standards using Clang Format version 10.
  • Clang Tidy Check : Validates code for potential issues and adherence to coding standards using Clang-Tidy.
  • Black Check : Applies the "Black" formatter to Python code ensuring consistency.
  • Pylint Check : Runs pylint for static code analysis on Python code.
  • Catkin Lint Check : Validates our ROS package structure and dependencies with catkin_lint.
  • Build Check : Performs a build for both main and testing ROS repositories to ensure the codebase builds correctly.

@Alpaca-zip Alpaca-zip self-assigned this Sep 9, 2023
@Alpaca-zip Alpaca-zip merged commit e6628e0 into noetic-devel Sep 9, 2023
8 checks passed
@Alpaca-zip Alpaca-zip deleted the feature/industrial_ci branch September 9, 2023 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant