packwiz-hook/.pre-commit-hooks.yaml

8 lines
301 B
YAML
Raw Permalink Normal View History

2025-03-01 00:25:32 -06:00
- 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.
2025-03-02 15:07:30 -06:00
entry: find . -name 'pack.toml' -execdir packwiz refresh \;
2025-03-01 00:32:27 -06:00
language: system
2025-03-01 00:25:32 -06:00
always_run: true
2025-03-01 00:34:12 -06:00
pass_filenames: false