Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ This repo uses the following tools for code quality:
- **deadnix** - Finds unused code in Nix files.
- **statix** - Checks Nix code for common issues and style problems.

Pre-commit hooks are configured in `.pre-commit-config.yaml` and run automatically before commits. CI validation is defined in `.github/workflows/validate.yml`.
Pre-commit hooks are configured in `.pre-commit-config.yaml` and run automatically before commits.
Run `pre-commit install` after checkout to make sure it gets used.

CI validation is defined in `.github/workflows/validate.yml` and mirrors what is done by pre-commit.

## Historical bits

Expand Down
Loading