Merge branch 'ci-checks' into 'main'

chore: set up more checks through Nix

See merge request kernald/reddit-magnet!31
This commit is contained in:
Marc Plano-Lesay 2025-05-05 10:52:15 +00:00
commit f19e02988f

View file

@ -40,6 +40,9 @@
# TOML
check-toml.enable = true;
# YAML
check-yaml.enable = true;
# Nix
deadnix.enable = true;
flake-checker.enable = true;
@ -57,6 +60,14 @@
pkg-config
];
};
rustfmt.enable = true;
cargo-check = {
enable = true;
extraPackages = with pkgs; [
pkg-config
openssl
];
};
# SQL
sqlfluff = {