Auterion / px4-jsbsim-bridge

JSBSim bridge for PX4 SITL/HITL simulations
BSD 3-Clause "New" or "Revised" License
24 stars 39 forks source link

Run code style checks #40

Closed Jaeyoung-Lim closed 3 years ago

Jaeyoung-Lim commented 3 years ago

Problem Description Although there was a style check script in the scripts directory, this was not being automatically checked when merging PRs. Therefore some PRs got merged without proper style checks.

This PR adds a style check using github actions, as well as the fixed style on the source code