From c31e22367855739a4fadd10e41595c1384805fe6 Mon Sep 17 00:00:00 2001 From: minggo Date: Thu, 23 Jan 2025 09:36:50 +0800 Subject: [PATCH] test clang tidy --- .github/workflows/native-linter-android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/native-linter-android.yml b/.github/workflows/native-linter-android.yml index 8aceba60c53..626cfd0f249 100644 --- a/.github/workflows/native-linter-android.yml +++ b/.github/workflows/native-linter-android.yml @@ -92,8 +92,6 @@ 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') != '' @@ -102,3 +100,5 @@ jobs: noFailOnIssue: false repo-token: ${{ secrets.GITHUB_TOKEN }} error-limit: 200 + env: + ACTIONS_STEP_DEBUG: true