Skip to content

Commit

Permalink
test clang tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
minggo committed Jan 23, 2025
1 parent 74efe7e commit c31e223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/native-linter-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') != ''
Expand All @@ -102,3 +100,5 @@ jobs:
noFailOnIssue: false
repo-token: ${{ secrets.GITHUB_TOKEN }}
error-limit: 200
env:
ACTIONS_STEP_DEBUG: true

0 comments on commit c31e223

Please sign in to comment.