Skip to content

Automatically installs robot models in the robots directory #148

Automatically installs robot models in the robots directory

Automatically installs robot models in the robots directory #148

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