ci: github workflow

This commit is contained in:
2026-04-26 11:46:26 +02:00
parent 75c47f93da
commit a3b0081bb4
7 changed files with 135 additions and 19 deletions
+3 -1
View File
@@ -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) => {