packwiz-hook/.pre-commit-hooks.yaml
2025-03-02 15:07:30 -06:00

7 lines
301 B
YAML

- id: packwiz-refresh
name: Refresh Packwiz Hashes
description: This hook refreshes Packwiz files in this repository to prevent hash mismatches from being pushed to origin.
entry: find . -name 'pack.toml' -execdir packwiz refresh \;
language: system
always_run: true
pass_filenames: false