denoland / deno

A modern runtime for JavaScript and TypeScript.
https://deno.com
MIT License
96.57k stars 5.33k forks source link

GitHub app for deno modules #2853

Closed ry closed 3 years ago

ry commented 5 years ago

It would be nice if we had an easy-to-use Github app which ran "deno test -A ." and reported green/red status.

It would also be cool to hook that up to the https://deno.land/x/ directory.

axetroy commented 5 years ago

How about Github action?

https://github.com/marketplace/actions/github-action-for-deno

kevinkassimo commented 5 years ago

@axetroy Did not see your comment 😅 I kind of also made something that seems to be working (though not elegant, currently on Glitch): https://github.com/denolib/test-bot

axetroy commented 5 years ago

@kevinkassimo

This is part of the Deno eco-chain

Can we create a corresponding repository for the denolib organization to build the ecosystem chain?

Docker/Github Action/Editor plugin/third-party providers(eg. heroku/now.sh) and so on.

kevinkassimo commented 5 years ago

@axetroy Hmm sound good to me. I believe you also have the permission to create repos under @denolib?

axetroy commented 5 years ago

I have port repository to denolib/deno-action

hayd commented 4 years ago

Can this be closed? should this be documented somewhere RE creating deno projects?

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.