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 4b35857 commit 23a350fCopy full SHA for 23a350f
.github/workflows/reusable_checks.yml
@@ -53,7 +53,8 @@ jobs:
53
run: cmake --build build --target black-format-check
54
55
- name: Run check-license
56
- run: cmake --build build --target check-license
+ run: |
57
+ bash ${PMEMSTREAM_ROOT_DIR}/check_license/check-headers.sh ${PMEMSTREAM_ROOT_DIR} Apache-2.0 WITH LLVM-exception -v
58
59
- name: Run a spell check
60
uses: crate-ci/typos@b63f421581dce830bda2f597a678cb7776b41877 # v1.18.2
0 commit comments