Skip to content

MotorBoardStatus::get_error_description() #5

MotorBoardStatus::get_error_description()

MotorBoardStatus::get_error_description() #5

Workflow file for this run

name: Linters
on: pull_request
jobs:
format:
name: C++ Formatting
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: wget https://raw.githubusercontent.com/machines-in-motion/mpi_cmake_modules/master/scripts/run-clang-format
- run: wget https://raw.githubusercontent.com/machines-in-motion/mpi_cmake_modules/master/resources/_clang-format
- run: python ./run-clang-format -r .