Skip to content

Commit 23a350f

Browse files
committed
Check license V2
1 parent 4b35857 commit 23a350f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/reusable_checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
run: cmake --build build --target black-format-check
5454

5555
- name: Run check-license
56-
run: cmake --build build --target check-license
56+
run: |
57+
bash ${PMEMSTREAM_ROOT_DIR}/check_license/check-headers.sh ${PMEMSTREAM_ROOT_DIR} Apache-2.0 WITH LLVM-exception -v
5758
5859
- name: Run a spell check
5960
uses: crate-ci/typos@b63f421581dce830bda2f597a678cb7776b41877 # v1.18.2

0 commit comments

Comments
 (0)