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 60ad87d commit 9e2841aCopy full SHA for 9e2841a
.github/workflows/qa.yml
@@ -19,3 +19,14 @@ jobs:
19
with:
20
clang-format-version: '14'
21
check-path: .
22
+
23
+ check-spdx-tags:
24
+ name: check spdx tags
25
+ defaults:
26
+ run:
27
+ shell: bash -el {0}
28
+ runs-on: ubuntu-latest
29
+ steps:
30
+ - uses: actions/checkout@v3
31
32
+ - uses: kt3k/[email protected]
.licenserc.json
@@ -0,0 +1,10 @@
1
+{
2
+ "src/*.cpp": [
3
+ "// SPDX-FileCopyrightText:",
4
+ "// SPDX-License-Identifier:"
5
+ ],
6
+ "include/godzilla/*.h": [
7
8
9
+ ]
10
+}
0 commit comments