Skip to content

Change initialization strategy in DeepSoI if NLR is not fully constructed #183

Change initialization strategy in DeepSoI if NLR is not fully constructed

Change initialization strategy in DeepSoI if NLR is not fully constructed #183

name: clang-format Check
on: [push, pull_request]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check that all files in src/ follows the style defined in .clang-format
uses: jidicula/[email protected]
with:
clang-format-version: '14'
check-path: 'src'