Skip to content

Commit

Permalink
fixup! ci: add basic clang-tidy run
Browse files Browse the repository at this point in the history
skip-checks:true
  • Loading branch information
mjerabek committed Feb 21, 2024
1 parent e3c7866 commit da16234
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux-other-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,5 @@ jobs:
- name: Run clang-tidy
working-directory: ${{runner.workspace}}/build
run: |
export PYTHONUNBUFFERED=1
run-clang-tidy-${{matrix.version}} -p . ${{matrix.tidy_options}}

0 comments on commit da16234

Please sign in to comment.