Skip to content

Commit

Permalink
Reformat clang-tidy commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhwalters committed Jul 23, 2024
1 parent b152e8c commit d55b36a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/linux-static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,7 @@ jobs:
path: build

- name: Run clang-tidy
- run: sudo apt-get update -y
- run: sudo apt-get install -y clang-tidy
- run: clang-tidy -p "build/unixlike-clang-debug-static" --header-filter="include/*|externals/fmt/test/gtest/gtest/*" -extra-arg="-std=gnu++20 --Wno-double-promotion"
- run: sudo apt-get update -y && sudo apt-get install -y clang-tidy && clang-tidy -p "build/unixlike-clang-debug-static" --header-filter="include/*|externals/fmt/test/gtest/gtest/*" -extra-arg="-std=gnu++20 --Wno-double-promotion"

clang_format:
name: clang-format
Expand Down

0 comments on commit d55b36a

Please sign in to comment.