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 9236949 commit 7a87ba8Copy full SHA for 7a87ba8
.github/workflows/ci.yml
@@ -121,10 +121,12 @@ 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@optional-build
125
with:
126
cmake-args: -DBUILD_MQT_CORE_BENCHMARKS=ON -DBUILD_MQT_CORE_MLIR=ON
127
clang-version: 20
128
+ build-project: true
129
+ files-changed-only: false # drop before merge
130
131
python-tests:
132
name: 🐍 Test
0 commit comments