Skip to content

Commit 4b35857

Browse files
committed
Check license
1 parent 4f38bbf commit 4b35857

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/reusable_checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
- name: Check Python formatting
5353
run: cmake --build build --target black-format-check
5454

55+
- name: Run check-license
56+
run: cmake --build build --target check-license
57+
5558
- name: Run a spell check
5659
uses: crate-ci/typos@b63f421581dce830bda2f597a678cb7776b41877 # v1.18.2
5760
with:

0 commit comments

Comments
 (0)