Skip to content

Refactor Type13Metropolis.cpp, update build dependencies, and correct… #34

Refactor Type13Metropolis.cpp, update build dependencies, and correct…

Refactor Type13Metropolis.cpp, update build dependencies, and correct… #34

Workflow file for this run

name: C++ Linter
on:
push:
branches:
- "**"
jobs:
clang-format:
runs-on: ubuntu-latest
strategy:
matrix:
path:
- 'RFL_source'
- 'examples'
- 'playground'
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check for ${{matrix.path }}.
uses: jidicula/[email protected]
with:
clang-format-version: '16'
check-path: ${{ matrix.path }}