ci: github workflow
This commit is contained in:
+3
-1
@@ -2,7 +2,9 @@ import fs from 'fs'
|
||||
import process from 'process'
|
||||
import { Feed } from 'feed'
|
||||
|
||||
process.loadEnvFile()
|
||||
try {
|
||||
process.loadEnvFile()
|
||||
} catch {}
|
||||
|
||||
function getFiles(dir: string): string[] {
|
||||
return fs.readdirSync(dir).flatMap((name) => {
|
||||
|
||||
Reference in New Issue
Block a user