Skip to content

[README] Add comment about motion configuration setup. #46

[README] Add comment about motion configuration setup.

[README] Add comment about motion configuration setup. #46

Workflow file for this run

name: Check clang-format
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
clang-format:
runs-on: ubuntu-20.04
steps:
- name: Checkout repository code
uses: actions/checkout@v3
- name: Install clang-format-10
run: |
sudo apt-get -y -qq update
sudo apt-get -y -qq install clang-format-10
- name: Run clang-format-check
run: |
./.clang-format-check.sh