Skip to content

Merge pull request #71 from OptimalDesignLab/miso-merge #409

Merge pull request #71 from OptimalDesignLab/miso-merge

Merge pull request #71 from OptimalDesignLab/miso-merge #409

Workflow file for this run

name: Format
on: [push]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
matrix:
path:
- 'src'
- 'miso'
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/[email protected]
with:
clang-format-version: '12'
check-path: ${{ matrix.path }}