markusahlstrand / cloudworker-proxy

An api gateway for cloudflare workers
MIT License
194 stars 22 forks source link

Fix CI by depending on bun.js task not the node.js task #127

Open tomlarkworthy opened 1 year ago

tomlarkworthy commented 1 year ago

Incoming PRs only pass the repositories checks if they have a node.js [14.x] task. However, we switched to bun so none of that makes sense now. We should ensure the require statuses are triggered by the bun.js workflow in the .github/ directory.