Skip to content

Put PRs for multi-contact locomotion together for easy merge #40

Put PRs for multi-contact locomotion together for easy merge

Put PRs for multi-contact locomotion together for easy merge #40

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