Skip to content

Commit

Permalink
CI: Reenable clang-tidy
Browse files Browse the repository at this point in the history
CLANG_TIDY arg wasn't forwarded to industrial_ci
  • Loading branch information
rhaschke committed May 25, 2024
1 parent d1cea53 commit ba95c1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba95c1f

Please sign in to comment.