We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a134e commit 1ed6a13Copy full SHA for 1ed6a13
.github/workflows/ci.yml
@@ -121,9 +121,11 @@ jobs:
121
name: 🇨 Lint
122
needs: change-detection
123
if: fromJSON(needs.change-detection.outputs.run-cpp-linter)
124
- uses: cda-tum/mqt-workflows/.github/workflows/reusable-cpp-linter.yml@v1.7
+ uses: cda-tum/mqt-workflows/.github/workflows/reusable-cpp-linter.yml@update-cpp-linter
125
with:
126
- cmake-args: -DBUILD_MQT_CORE_BENCHMARKS=ON
+ cmake-args: -DBUILD_MQT_CORE_BENCHMARKS=ON -DBUILD_MQT_CORE_MLIR=ON
127
+ clang-version: 19
128
+ files-changed-only: false
129
130
python-tests:
131
name: 🐍 Test
0 commit comments