Skip to content

Commit 41d276d

Browse files
committed
final version v4
1 parent d27f555 commit 41d276d

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

.github/workflows/reusable_checks.yml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,24 @@ jobs:
5252
run: cmake --build build --target black-format-check
5353

5454
- name: Run check-license
55-
run: cmake --build build --target check-license
55+
run: |
56+
cmake -B build \
57+
-DUMF_BUILD_LEVEL_ZERO_PROVIDER=OFF \
58+
-DUMF_BUILD_CUDA_PROVIDER=OFF \
59+
-DUMF_BUILD_TESTS=OFF \
60+
-DUMF_BUILD_EXAMPLES=OFF \
61+
-DUMF_DISABLE_HWLOC=ON
62+
cmake --build build --target check-license
5663
5764
- name: Run copyright-format
58-
run: cmake --build build --target copyright-format
65+
run: |
66+
cmake -B build \
67+
-DUMF_BUILD_LEVEL_ZERO_PROVIDER=OFF \
68+
-DUMF_BUILD_CUDA_PROVIDER=OFF \
69+
-DUMF_BUILD_TESTS=OFF \
70+
-DUMF_BUILD_EXAMPLES=OFF \
71+
-DUMF_DISABLE_HWLOC=ON
72+
cmake --build build --target copyright-format
5973
6074
- name: Run a spell check
6175
uses: crate-ci/typos@b63f421581dce830bda2f597a678cb7776b41877 # v1.18.2

0 commit comments

Comments
 (0)