Hacker News new | ask | show | jobs
by arbol 1203 days ago
Looks useful for small teams where things can fall through the cracks. I've signed up to try it!
1 comments

More useful than a linter?
It's quicker to set this up than linter-enforced rules in GitHub actions so could be useful when resource is tight.
There are linters in the marketplace.
Is there one you'd recommend? I'm a solo dev and this sounds useful.
I don't use them myself but it depends entirely on what language(s) you're using and the rest of your CI flow. Do a quick search and use the one you're using locally. It will most likely use the same config.

But since you're solo I'd recommend discipline before pushing instead of adding another layer on your CI, unless the point is to learn of course then go ahead.