We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e67252 commit 3d9881bCopy full SHA for 3d9881b
1 file changed
.github/workflows/ccpp.yml
@@ -61,7 +61,7 @@ jobs:
61
clang-format --version
62
find . -type f \( -name "*.cpp" -o -name "*.h" \) | xargs clang-format --dry-run --Werror
63
- 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
+ run: gersemi --check .
65
66
ccpp-build:
67
runs-on: ubuntu-24.04
0 commit comments