ci: clang-tidy: fix attempt (#25328)

This commit is contained in:
Jacob Dahl
2025-07-31 09:35:38 -08:00
committed by GitHub
parent c546e7c1f7
commit 9e811136a2
3 changed files with 7 additions and 10 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 0
- name: Testing (clang-tidy-quiet)
- name: Testing (clang-tidy)
uses: addnab/docker-run-action@v3
with:
image: px4io/px4-dev-clang:2021-09-08
@@ -27,4 +27,4 @@ jobs:
run: |
cd /workspace
git config --global --add safe.directory /workspace
make clang-tidy-quiet
make clang-tidy