Skip to content

Commit

Permalink
[autofix] Get iwyu, clang-tidy working with the pr-autofixer again (g…
Browse files Browse the repository at this point in the history
…rpc#31922)

* debug

* get clang-tidy, iwyu on pr-autofix again

* Revert "debug"

This reverts commit 7d791d6.
  • Loading branch information
ctiller authored Dec 19, 2022
1 parent 49a3035 commit a5f1ac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-auto-fix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ jobs:
git fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 upstream master
# Run the things!
- name: clang-tidy fixes
run: ${{ github.workspace }}/tools/distrib/clang_tidy_code.sh --fix --only-changed || true
run: ANDROID_NDK_HOME= ${{ github.workspace }}/tools/distrib/clang_tidy_code.sh --fix --only-changed || true
- name: Run sanitize
run: ${{ github.workspace }}/tools/distrib/sanitize.sh
run: ANDROID_NDK_HOME= ${{ github.workspace }}/tools/distrib/sanitize.sh
# Report back with a PR if things are broken
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
Expand Down

0 comments on commit a5f1ac8

Please sign in to comment.