Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
yairgott committed Feb 7, 2025
1 parent 45b3182 commit 0af40b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang_tidy_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
id: build-comp-db
run: |
echo "Building CompDB"
docker run --rm -v "$(pwd):/workspace" --user "ubuntu:ubuntu" clang-tidy-format-image bash -c "mkdir /home/ubuntu/.cache || true; && bazel build //... && bazel run @hedron_compile_commands//:refresh_all"
docker run --rm -v "$(pwd):/workspace" --user "ubuntu:ubuntu" clang-tidy-format-image bash -c "mkdir /home/ubuntu/.cache && bazel build //... && bazel run @hedron_compile_commands//:refresh_all"
- name: Find and process modified files
run: |
Expand Down

0 comments on commit 0af40b3

Please sign in to comment.