Skip to content

Commit

Permalink
chore: config node licenses check (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasyl-ivanchuk committed Sep 27, 2023
1 parent 467def7 commit 65762fe
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/nodejs-license.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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;
# gitconfiglocal@1.0.0 - BSD-3-Clause
# glob-to-regexp@0.3.0 - BSD-2-Clause
# map-stream@0.1.0 - MIT
# It has to be one line, there must be no space between packages.
EXCLUDE_PACKAGES: testrpc@0.0.1;uuid@2.0.1;
EXCLUDE_PACKAGES: gitconfiglocal@1.0.0;glob-to-regexp@0.3.0;map-stream@0.1.0

jobs:
generate-matrix:
Expand Down

0 comments on commit 65762fe

Please sign in to comment.