add CI
ci/woodpecker/push/woodpecker Pipeline failed Details

master
Drake 1 year ago
parent b623f6c162
commit 1db6b0f76d

@ -0,0 +1,9 @@
pipeline:
test:
image: denoland/deno:alpine
commands:
- deno test -A --unstable tests/index.ts
lint:
image: denoland/deno:alpine
commands:
- deno lint

@ -17,9 +17,6 @@ export default class AO3 {
constructor(opts?: { constructor(opts?: {
url?: string; url?: string;
}) { }) {
/*this.session = axiod.create({
baseURL: opts?.url ?? "https://archiveofourown.org/",
});*/
this.session = { this.session = {
get: async (path: string) => { get: async (path: string) => {
const res = await fetch( const res = await fetch(

Loading…
Cancel
Save