Skip to content

Commit 7a87ba8

Browse files
committed
⚗️ try full clang-tidy run with optional build
Signed-off-by: burgholzer <[email protected]>
1 parent 9236949 commit 7a87ba8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,12 @@ 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@optional-build
125125
with:
126126
cmake-args: -DBUILD_MQT_CORE_BENCHMARKS=ON -DBUILD_MQT_CORE_MLIR=ON
127127
clang-version: 20
128+
build-project: true
129+
files-changed-only: false # drop before merge
128130

129131
python-tests:
130132
name: 🐍 Test

0 commit comments

Comments
 (0)