CI: add missing hook

This commit is contained in:
Guillem L. Jara
2026-05-06 19:58:39 +02:00
parent 8b1dac7882
commit 09b1947d13
+7
View File
@@ -37,6 +37,13 @@ repos:
pass_filenames: false
types: [file, rust]
language: system
- id: cargo-lock-check
name: Cargo.lock sync check
description: Ensure Cargo.lock is up-to-date.
entry: cargo fetch --quiet --
pass_filenames: false
files: 'Cargo\.(toml|lock)$'
language: system
- id: cspell
name: Code spell checker (cspell)
description: Run cspell to check for spelling errors (if available).