Skip to content

Commit

Permalink
.github: clang-tidy checks retry if failed
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar committed Nov 20, 2024
1 parent 8e28862 commit 8edd940
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ jobs:
runs-on: ubuntu-latest
container: px4io/px4-dev-clang:2021-09-08
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
with:
token: ${{secrets.ACCESS_TOKEN}}

- name: make clang-tidy-quiet
run: make clang-tidy-quiet
- uses: corrupt952/[email protected]
with:
command: make clang-tidy-quiet
max_attempts: 3

0 comments on commit 8edd940

Please sign in to comment.