Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How about generating a Deno binary for the action too? #85

Open
taras opened this issue Apr 8, 2023 · 0 comments
Open

How about generating a Deno binary for the action too? #85

taras opened this issue Apr 8, 2023 · 0 comments

Comments

@taras
Copy link

taras commented Apr 8, 2023

Motivation

I want to use Flat data to track my internet connection speed at home. I can't do that from inside a GitHub Action. I could expose the data via HTTP, but that would require exposing a computer on my network to the internet. I want to run flat on a cron on a computer and push the data to a GitHub repository.

Unfortunately, flat doesn't seem to be particularly easy to consume because it's an unpublished Node.js package.

Approach

Have you considered making the source of flat GitHub Action available as a Deno package? Deno can even build a binary that would make using flat very easy locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant