-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: config node licenses check (#27)
- Loading branch information
1 parent
467def7
commit 65762fe
Showing
1 changed file
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,23 +5,27 @@ on: pull_request | |
env: | ||
ALLOWED_LICENSES: > | ||
MIT; | ||
BSD; | ||
0BSD; | ||
BSD-2-Clause; | ||
BSD-3-Clause; | ||
ISC; | ||
Apache-2.0; | ||
Apache 2.0; | ||
MPL-2.0; | ||
LGPL-3.0; | ||
LGPL-3.0-or-later; | ||
CC0-1.0; | ||
CC-BY-3.0; | ||
CC-BY-4.0; | ||
Python-2.0; | ||
PSF; | ||
Public Domain; | ||
WTFPL; | ||
Artistic-2.0; | ||
Zlib; | ||
Unlicense; | ||
UNLICENSED; | ||
BlueOak-1.0.0; | ||
# [email protected] - BSD-3-Clause | ||
# [email protected] - BSD-2-Clause | ||
# [email protected] - MIT | ||
# It has to be one line, there must be no space between packages. | ||
EXCLUDE_PACKAGES: testrpc@0.0.1;[email protected]; | ||
EXCLUDE_PACKAGES: gitconfiglocal@1.0.0;[email protected];[email protected] | ||
|
||
jobs: | ||
generate-matrix: | ||
|