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

Refacto: move husky checks to github actions #148

Open
quentingrchr opened this issue Oct 3, 2024 · 0 comments
Open

Refacto: move husky checks to github actions #148

quentingrchr opened this issue Oct 3, 2024 · 0 comments

Comments

@quentingrchr
Copy link
Contributor

I find Husky checks to be really terrible in terms of DX. They slow down the workflow when you want to make frequent small commits. On top of that, I think they're somewhat pointless because they can be skipped locally (which can be problematic on open-source projects where anyone can contribute). If it's just for type checking or linting, I believe a GitHub Actions (with IDE integration for linter) is more than sufficient to flag errors

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