Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ name: Clang-Format
on:
push:
branches-ignore: [ main, stable ]
pull_request:
branches: [ main, stable ]

# Defines the main job where we checkout our code, run clang-format
# and commit changes
Expand Down
4 changes: 2 additions & 2 deletions cmake/clang-format.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
set(CLANG_FORMAT "clang-format" CACHE STRING "Clang format binary")
message(STATUS "Setting clang-format test binary to '${CLANG_FORMAT}' (use -DCLANG_FORMAT to change)")

# Get all project files
file(GLOB_RECURSE ALL_SOURCE_FILES *.cpp *.h)
# Get all project files (only within package, ignore submodules)
file(GLOB_RECURSE ALL_SOURCE_FILES package/*.cpp package/*.h)

# Using --style=Google uses the built in rules of
# the clang format binary. This is slightly
Expand Down
1 change: 0 additions & 1 deletion doc/HSF-Bronze_Project-CD7F32.svg

This file was deleted.

Loading