Skip to content

Commit

Permalink
ci: check licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics authored May 1, 2024
1 parent 3ab9a91 commit 8ff73cb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .licrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[licenses]
accepted = ["Apache-2.0", "MIT", "MSC", "BSD"]

[dependencies]
ignored=["ignored_dep1", "ignored_dep2"]
ignore_dev_dependencies = true
ignore_optional_dependencies = true

[behavior]
run_only_on_dependency_modification = true
do_not_block_pr = false

0 comments on commit 8ff73cb

Please sign in to comment.