.github/workflows/clang-tidy.yml - clang-tidy checks retry if failed

- this clang tidy runner occasionally fails intermittently
This commit is contained in:
Daniel Agar
2024-11-20 18:14:33 -05:00
committed by GitHub
parent abb5048cdb
commit cad2de228c
+4 -2
View File
@@ -17,5 +17,7 @@ jobs:
with:
token: ${{secrets.ACCESS_TOKEN}}
- name: make clang-tidy-quiet
run: make clang-tidy-quiet
- uses: corrupt952/actions-retry-command@v1.0.7
with:
command: make clang-tidy-quiet
max_attempts: 3