File tree Expand file tree Collapse file tree 2 files changed +52
-0
lines changed Expand file tree Collapse file tree 2 files changed +52
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Verify dependency licenses
2+
3+ on :
4+ push :
5+ branches :
6+ - main
7+ pull_request :
8+ types :
9+ - opened
10+ - reopened
11+ - synchronize
12+
13+ jobs :
14+ licensing :
15+ runs-on : ubuntu-latest
16+ steps :
17+ - uses : actions/checkout@v2
18+ with :
19+ fetch-depth : 0
20+ - run : sudo gem install license_finder
21+ - run : license_finder
Original file line number Diff line number Diff line change 1+ ---
2+ - - :permit
3+ - bsd-2-clause
4+ - :who :
5+ :why :
6+ :versions : []
7+ :when : " 2022-01-28 22:57:44.699976000 Z"
8+ - - :permit
9+ - bsd-3-clause
10+ - :who :
11+ :why :
12+ :versions : []
13+ :when : " 2022-01-28 22:57:47.442554000 Z"
14+ - - :permit
15+ - apache-2.0
16+ - :who :
17+ :why :
18+ :versions : []
19+ :when : " 2022-01-28 22:58:10.290944000 Z"
20+ - - :permit
21+ - MIT
22+ - :who :
23+ :why :
24+ :versions : []
25+ :when : " 2022-01-28 23:02:00.154973000 Z"
26+ - - :permit
27+ - ISC
28+ - :who :
29+ :why :
30+ :versions : []
31+ :when : " 2022-01-28 23:02:02.680050000 Z"
You can’t perform that action at this time.
0 commit comments