-
Notifications
You must be signed in to change notification settings - Fork 1
44 lines (43 loc) · 998 Bytes
/
license.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name: Check Licenses
on:
push:
branches: [master]
paths:
- 'pnpm-lock.yaml'
pull_request:
paths:
- 'pnpm-lock.yaml'
jobs:
licenses:
name: Check licenses
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn --frozen-lockfile --production
- uses: daynin/[email protected]
with:
exclude-private-packages: true
allow-only: |
MIT
Apache-1.0
Apache-1.1
Apache-2.0
BSD-2-Clause-FreeBSD
BSD-2-Clause-NetBSD
BSD-2-Clause
BSD-3-Clause-Attribution
BSD-3-Clause-Clear
BSD-3-Clause-LBNL
BSD-3-Clause
BSD-4-Clause
BSD-4-Clause-UC
BSD-Protection
ISC
LGPL-2.0
LGPL-2.1
LGPL-3.0
LGPLLR
MPL-1.0
MPL-1.1
MPL-2.0
Unlicense