Skip to content

Merge pull request #49 from mmurooka/initial-qpos2 #147

Merge pull request #49 from mmurooka/initial-qpos2

Merge pull request #49 from mmurooka/initial-qpos2 #147

Workflow file for this run

name: Check formatting of mc_mujoco sources
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
clang-format:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install clang-format-10
run: |
sudo apt-get -qq update
sudo apt-get -qq install clang-format-10
- name: Run clang-format-check
run: |
./.clang-format-check.sh