Skip to content

Conditional model checking #1970

Conditional model checking

Conditional model checking #1970

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@v6
- uses: DoozyX/clang-format-lint-action@v0.20
with:
source: './src'
clangFormatVersion: 20
style: file