-
Notifications
You must be signed in to change notification settings - Fork 0
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
[WIP] chore: Add workflows, update README #4
Conversation
using https://unpkg.com/@drashland/moogle@0.0.1-alpha-6 doesn't seem to work |
The reason is that that version was not published to npm since the workflow failed. That's why this is still "alpha", because if failing release all over the place. 0.0.1-alpha-1 was the last one that I was able to publish. |
One can also use jsdelivery |
Alright I’ll try check it with specifying then alpha 1 version |
Btw, the |
yeah i guess so - seems like a bug with deno fmt, but ill just 'unindent' it lol |
good catch! |
Using alpha 1 as the release, using moogle from the browser does work |
That's why I had the formatter only working on |
it's all good now, i think it's just cause the code blocks were indented and using |
As for the node tests, I followed the ones that still are not EOL, but we could just as well just test on Active LTS and Current. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's GO!
Fixes #1
Summary
TODO
<script src="https://unpkg.com/@drashland/moogle@0.0.1-alpha-6"></script>
doesn't workAdd tests to ensure the above does work if possible