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 22, 2025
1 parent 8bc8895 commit 74efe7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/native-linter-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') != ''
Expand Down

0 comments on commit 74efe7e

Please sign in to comment.