Commit f481506 1 parent 0df6e81 commit f481506 Copy full SHA for f481506
File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 20
20
node-version : 14.x
21
21
- name : Install OpenActive Test Suite
22
22
run : npm install
23
+ - name : Check licenses of all dependencies are at least permissive
24
+ run : npx npm-consider install --test
23
25
- name : Run Checks on the Code (Test the Tests!)
24
26
run : npm test
Original file line number Diff line number Diff line change 4
4
"description" : " OpenActive Test Suite" ,
5
5
"private" : true ,
6
6
"main" : " start.js" ,
7
+ "license" : " MIT" ,
7
8
"scripts" : {
8
9
"start" : " node start.js" ,
9
10
"debug" : " node --inspect start.js -- --runInBand" ,
54
55
"hooks" : {
55
56
"pre-commit" : " npm run gen-and-git-add-everything"
56
57
}
58
+ },
59
+ "config" : {
60
+ "allowedLicenseTypes" : [
61
+ " permissive" ,
62
+ " publicDomain" ,
63
+ " uncategorized"
64
+ ]
57
65
}
58
66
}
You can’t perform that action at this time.
0 commit comments