ktopolov / autonomous

Autonomous driving algorithm development and simulation with ROS
1 stars 0 forks source link

Add code autoformatting to pull request pipeline #36

Open ktopolov opened 2 years ago

ktopolov commented 2 years ago

As a developer, I want auto code formatting using clang-tidy and black to be part of the automated pull request pipeline to ensure that code merged into master follows proper conventions.

AC