Attempting to setup GH actions
This commit is contained in:
parent
37f4d4aeed
commit
547e73f44a
1 changed files with 0 additions and 1 deletions
|
@ -139,7 +139,6 @@ function cleanLicenseInfo(allPaths: string[], allLicenseInfos: SmallLicense[]){
|
||||||
for (const license of allLicenseInfos) {
|
for (const license of allLicenseInfos) {
|
||||||
const p = license.path
|
const p = license.path
|
||||||
const dir = p.substring(0, p.lastIndexOf("/"))
|
const dir = p.substring(0, p.lastIndexOf("/"))
|
||||||
console.log(dir)
|
|
||||||
license.path = p.substring(dir.length + 1)
|
license.path = p.substring(dir.length + 1)
|
||||||
if(!perDirectory.has(dir)){
|
if(!perDirectory.has(dir)){
|
||||||
perDirectory.set(dir, [])
|
perDirectory.set(dir, [])
|
||||||
|
|
Loading…
Reference in a new issue