Attempting to setup GH actions

This commit is contained in:
pietervdvn 2021-04-10 15:33:29 +02:00
parent 37f4d4aeed
commit 547e73f44a

View file

@ -139,7 +139,6 @@ function cleanLicenseInfo(allPaths: string[], allLicenseInfos: SmallLicense[]){
for (const license of allLicenseInfos) {
const p = license.path
const dir = p.substring(0, p.lastIndexOf("/"))
console.log(dir)
license.path = p.substring(dir.length + 1)
if(!perDirectory.has(dir)){
perDirectory.set(dir, [])