Skip to content

Commit 1ed6a13

Browse files
committed
⚗️ enable running clang-tidy for the MLIR subproject and switch to LLVM@19
Signed-off-by: burgholzer <[email protected]>
1 parent 96a134e commit 1ed6a13

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,11 @@ jobs:
121121
name: 🇨‌ Lint
122122
needs: change-detection
123123
if: fromJSON(needs.change-detection.outputs.run-cpp-linter)
124-
uses: cda-tum/mqt-workflows/.github/workflows/reusable-cpp-linter.yml@v1.7
124+
uses: cda-tum/mqt-workflows/.github/workflows/reusable-cpp-linter.yml@update-cpp-linter
125125
with:
126-
cmake-args: -DBUILD_MQT_CORE_BENCHMARKS=ON
126+
cmake-args: -DBUILD_MQT_CORE_BENCHMARKS=ON -DBUILD_MQT_CORE_MLIR=ON
127+
clang-version: 19
128+
files-changed-only: false
127129

128130
python-tests:
129131
name: 🐍 Test

0 commit comments

Comments
 (0)