Skip to content

Commit

Permalink
emit rss xml without library
Browse files Browse the repository at this point in the history
  • Loading branch information
wydengyre committed Jan 30, 2024
1 parent 11b3156 commit a330426
Show file tree
Hide file tree
Showing 12 changed files with 359 additions and 159 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
cache: 'npm'
- name: Install npm dependencies
run: npm ci
- name: Build podcast lib
run: npm run build-podcast
- name: Deploy
uses: cloudflare/wrangler-action@7c01cc48d88a1f83b4716e0557c168854a9dcdb8 # v3.4.1
with:
Expand Down
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
},
"files": {
"include": ["rai/**/*.ts", "rai/**/*.json", "server/**/*.ts", "server/**/*.json", "cf/**/*.ts", "cf/**/*.json", "tools/**/*.ts"],
"include": ["rai/**/*.ts", "rai/**/*.json", "server/**/*.ts", "server/**/*.json", "cf/**/*.ts", "cf/**/*.json"],
"ignore": ["cf/.wrangler"]
}
}
3 changes: 0 additions & 3 deletions build/podcast/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions build/podcast/README.md

This file was deleted.

247 changes: 247 additions & 0 deletions cf/test/lastoriaingiallo.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cf/worker.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { strict as assert } from "node:assert";
import { writeFile } from "node:fs/promises";
import { Server, createServer } from "node:http";
import { test } from "node:test";
import { getPodcastFromFeed } from "@podverse/podcast-feed-parser";
Expand Down Expand Up @@ -95,7 +96,6 @@ async function rssFeedSuccess() {
servers.raiServerPort.toString(10),
);
}

assert.deepStrictEqual(parsedFeed, expectedJsonCopy);
}

Expand Down
97 changes: 24 additions & 73 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a330426

Please sign in to comment.