-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore: move to jsr #3
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Elias Sjögreen <[email protected]>
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.
A few small nitpicks but otherwise it lgtm. Would be nice to have unit tests...
|
||
- name: Run deno fmt | ||
run: deno fmt --check --ignore=wasm.js | ||
|
||
- name: Run deno lint | ||
run: deno lint --unstable --ignore=wasm.js | ||
run: deno lint --ignore=wasm.js |
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.
Lets remove the --ignore
s from here. Use exclude in the deno.json instead.
Co-authored-by: Elias Sjögreen [email protected]