From 74efe7e42029baf98327a85c00eecd0ef9d91648 Mon Sep 17 00:00:00 2001 From: minggo Date: Wed, 22 Jan 2025 17:16:29 +0800 Subject: [PATCH] test clang tidy --- .github/workflows/native-linter-android.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/native-linter-android.yml b/.github/workflows/native-linter-android.yml index bd2c5e96b72..8aceba60c53 100644 --- a/.github/workflows/native-linter-android.yml +++ b/.github/workflows/native-linter-android.yml @@ -92,6 +92,8 @@ jobs: else clang-tidy --format-style=file --export-fixes=clang-fixes.yaml $FILTERED fi + - name: Enable Debug Logs + run: echo "::set-output name=ACTIONS_STEP_DEBUG::true" - name: clang-tidy-action uses: minggo/clang-tidy-action@master if: hashFiles('clang-fixes.yaml') != ''