Skip to content

Commit beac27f

Browse files
committed
- Added license check
1 parent 32ff947 commit beac27f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.licrc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[licenses]
2+
accepted = [
3+
"MIT",
4+
"0BSD",
5+
"BSD-2-Clause",
6+
"BSD-3-Clause",
7+
"Apache-2.0",
8+
"CC-BY-4.0",
9+
"ISC"
10+
]
11+
12+
[dependencies]
13+
ignored = []
14+
15+
[behavior]
16+
run_only_on_dependency_modification = false
17+
do_not_block_pr = true

0 commit comments

Comments
 (0)