juspay / services-flake

NixOS-like services for Nix flakes
https://community.flake.parts/services-flake
MIT License
299 stars 28 forks source link

CI: Formatting checks limited to `./dev` #238

Open shivaraj-bh opened 1 month ago

shivaraj-bh commented 1 month ago

Cause: #121 disabled treefmt.flakeCheck in favour of pre-commit’s flake check

Effect (bug): Now, the project root for the flake check for formatting is limited to only the ./dev. That is, it no longer checks that files outside of ./dev are auto-formatted or not. But it should.