Skip to content

Use latest armadillo, and add latest ubuntu and macos to compatibilit… #54

Use latest armadillo, and add latest ubuntu and macos to compatibilit…

Use latest armadillo, and add latest ubuntu and macos to compatibilit… #54

Workflow file for this run

name: C++ Linter
on:
push:
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 }}