mirror of
https://github.com/uutils/awk.git
synced 2026-06-10 16:15:04 -07:00
CI: add missing hook
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user