Skip to content

Commit 3d9881b

Browse files
authored
Remove my misuse of Gersemi (#4253)
1 parent 8e67252 commit 3d9881b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ccpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
clang-format --version
6262
find . -type f \( -name "*.cpp" -o -name "*.h" \) | xargs clang-format --dry-run --Werror
6363
- name: gersemi
64-
run: gersemi --check cpp/CMakeLists.txt cpp/dolfinx/CMakeLists.txt python/CMakeLists.txt cpp/cmake/modules/*.cmake cpp/cmake/post-install/CMakeLists.txt cpp/cmake/templates/*.cmake.in
64+
run: gersemi --check .
6565

6666
ccpp-build:
6767
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)