From ba95c1f69da441fe3211670219a96bf57a76fa16 Mon Sep 17 00:00:00 2001 From: Robert Haschke Date: Sat, 25 May 2024 22:41:55 +0200 Subject: [PATCH] CI: Reenable clang-tidy CLANG_TIDY arg wasn't forwarded to industrial_ci --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a157a1faa..b8c79a526 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,6 +43,7 @@ jobs: CACHE_PREFIX: ${{ matrix.distro }} # perform full clang-tidy check only on manual trigger (workflow_dispatch), PRs do check changed files, otherwise nothing CLANG_TIDY_BASE_REF: ${{ github.event_name != 'workflow_dispatch' && (github.base_ref || github.ref) || '' }} + CLANG_TIDY: ${{ matrix.env.CLANG_TIDY }} name: "${{ matrix.distro }} • ogre ${{ matrix.ogre }} • Qt ${{ matrix.qt }}${{ matrix.env.CLANG_TIDY && (github.event_name != 'workflow_dispatch' && ' • clang-tidy (delta)' || ' • clang-tidy (all)') || '' }}" runs-on: ubuntu-latest