You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically it should run @biomejs/biome check ./src (same as yarn lint but without writing).
I think it would make sense to add @biomejs/biome to dev dependencies.
Also a typescript ci action, because there are so many missing types currently.
The text was updated successfully, but these errors were encountered:
I can take care of that if you want. I'll also add a build action to prevent issues like the one in #181. I'll just have to check if the macOS runner is also free for public repos (the Linux runner is free for public repos).
Basically it should run
@biomejs/biome check ./src
(same asyarn lint
but without writing).I think it would make sense to add
@biomejs/biome
to dev dependencies.Also a typescript ci action, because there are so many missing types currently.
The text was updated successfully, but these errors were encountered: