From da162343c38cd2c1de5b87c2ef22ca8e1b5cfa34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Je=C5=99=C3=A1bek?= Date: Wed, 21 Feb 2024 23:20:04 +0100 Subject: [PATCH] fixup! ci: add basic clang-tidy run skip-checks:true --- .github/workflows/linux-other-builds.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linux-other-builds.yml b/.github/workflows/linux-other-builds.yml index 5718d4d32a..9fab18fbbd 100644 --- a/.github/workflows/linux-other-builds.yml +++ b/.github/workflows/linux-other-builds.yml @@ -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}}