Skip to content

replace vector of model constants with map #175

replace vector of model constants with map

replace vector of model constants with map #175

Workflow file for this run

name: Clang-Format Check
on:
push:
branches:
- master
pull_request:
branches:
- master
- devel
paths-ignore:
- 'doc/**'
concurrency:
group: ${{ github.event_name }}-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request'}}
permissions:
contents: read
jobs:
clang-format-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
fetch-depth: 30
- name: Run Clang-Format
uses: jidicula/[email protected]
with:
clang-format-version: '16'
exclude-regex: 'contrib/catch/.*'