mirror of
https://github.com/actions/setup-python.git
synced 2025-07-21 15:38:22 +02:00
Add Licensed Workflow and config
This commit is contained in:
parent
24156c231c
commit
0ad530c174
13 changed files with 314 additions and 166 deletions
14
.licensed.yml
Normal file
14
.licensed.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
sources:
|
||||
npm: true
|
||||
|
||||
allowed:
|
||||
- apache-2.0
|
||||
- bsd-2-clause
|
||||
- bsd-3-clause
|
||||
- isc
|
||||
- mit
|
||||
- cc0-1.0
|
||||
- unlicense
|
||||
|
||||
reviewed:
|
||||
npm:
|
Loading…
Add table
Add a link
Reference in a new issue