Commit 21df2dc 1 parent 05a72df commit 21df2dc Copy full SHA for 21df2dc
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 : 18.17.1
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" ,
56
57
"hooks" : {
57
58
"pre-commit" : " npm run gen-and-git-add-everything"
58
59
}
60
+ },
61
+ "config" : {
62
+ "allowedLicenseTypes" : [
63
+ " permissive" ,
64
+ " publicDomain" ,
65
+ " uncategorized"
66
+ ]
59
67
}
60
68
}
You can’t perform that action at this time.
0 commit comments