Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhwalters committed Jul 23, 2024
1 parent c7d58d9 commit cccd78c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linux-static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,7 @@ jobs:
name: build-directory
path: build

- name: Run clang-tidy
- 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"
- 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 cccd78c

Please sign in to comment.