this post was submitted on 20 Mar 2025
38 points (100.0% liked)

Programming

19098 readers
116 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] lemmeBe@sh.itjust.works 13 points 3 days ago (12 children)

Do formatting and linting and such autofix issues automatically as part of pre-commit checks. That way they don't end up as part of the CI.

[–] catalyst@lemmy.world 8 points 2 days ago (1 children)

Agreed. The idea of throwing code up at the CI and expecting it to fix my mistakes seems like a bad habit to me.

[–] lemmeBe@sh.itjust.works 6 points 2 days ago

Yep, I'd say so too. The moment I read the part about formatting in the CI, I thought to myself: I don't think GitHub Actions are the problem at hand. 😄

load more comments (10 replies)