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 4f38bbf commit 4b35857Copy full SHA for 4b35857
.github/workflows/reusable_checks.yml
@@ -52,6 +52,9 @@ jobs:
52
- name: Check Python formatting
53
run: cmake --build build --target black-format-check
54
55
+ - name: Run check-license
56
+ run: cmake --build build --target check-license
57
+
58
- name: Run a spell check
59
uses: crate-ci/typos@b63f421581dce830bda2f597a678cb7776b41877 # v1.18.2
60
with:
0 commit comments