Interactions-HSG / xarm-grpc

A command-line interface for xArm-C++-SDK to interact with UFACTORY xArms
Eclipse Public License 2.0
5 stars 0 forks source link

feat: add GitHub Actions for clang-format and clang-tidy #13

Closed iomz closed 3 years ago

iomz commented 3 years ago

I've created simple GitHub Actions that run clang-format and clang-tidy on the source code(s). Looks like there's one error from clang-tidy.

(I didn't use https://github.com/HorstBaerbel/action-clang-tidy)

Resolves #12

jo-bru commented 3 years ago

Hmm... I guess that the error arises because the xArm SDK is not installed properly on Docker? But as I'm not familiar with Docker (yet), I need your help here..

iomz commented 3 years ago

Hmm... I guess that the error arises because the xArm SDK is not installed properly on Docker? But as I'm not familiar with Docker (yet), I need your help here..

Aha, you are right. I forgot to install the SDK in the action. Let me try.

iomz commented 3 years ago

I messed up with the force-push. Rebasing to 6ac6a1b8456ccde9fa171a22e0135601d482f4f1 and forking to another branch.