Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ repos:

- id: forge-validate
name: forge validate
entry: forge validate .
entry: forge validate
language: system
pass_filenames: false
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install:
@command -v $(FORGE) >/dev/null 2>&1 \
|| { echo "forge not found — ask an AI assistant to execute INSTALL.md"; exit 1; }
git config core.hooksPath .githooks
$(FORGE) install
$(FORGE) install --target ~

validate:
@bash .githooks/pre-commit
Expand Down
Loading