Skip to content

Fix for multi-objective model checking #498

Fix for multi-objective model checking

Fix for multi-objective model checking #498

Workflow file for this run

name: check-code-format
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.16.2
with:
source: './src'
clangFormatVersion: 16
style: file