Skip to content

Commit ba95c1f

Browse files
committed
CI: Reenable clang-tidy
CLANG_TIDY arg wasn't forwarded to industrial_ci
1 parent d1cea53 commit ba95c1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
CACHE_PREFIX: ${{ matrix.distro }}
4444
# perform full clang-tidy check only on manual trigger (workflow_dispatch), PRs do check changed files, otherwise nothing
4545
CLANG_TIDY_BASE_REF: ${{ github.event_name != 'workflow_dispatch' && (github.base_ref || github.ref) || '' }}
46+
CLANG_TIDY: ${{ matrix.env.CLANG_TIDY }}
4647

4748
name: "${{ matrix.distro }} • ogre ${{ matrix.ogre }} • Qt ${{ matrix.qt }}${{ matrix.env.CLANG_TIDY && (github.event_name != 'workflow_dispatch' && ' • clang-tidy (delta)' || ' • clang-tidy (all)') || '' }}"
4849
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)