Skip to content

[DAPHNE-#529] WIP: translator for dml to daphneDSL #26

[DAPHNE-#529] WIP: translator for dml to daphneDSL

[DAPHNE-#529] WIP: translator for dml to daphneDSL #26

name: check-clang-format
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DoozyX/clang-format-lint-action@v0.18.1
with:
source: 'src test'
exclude: './third_party ./external'
extensions: 'h,cpp'
clangFormatVersion: 18.1.3