summaryrefslogtreecommitdiffstats
path: root/hooks/pre-commit
diff options
context:
space:
mode:
Diffstat (limited to 'hooks/pre-commit')
-rwxr-xr-xhooks/pre-commit2
1 files changed, 2 insertions, 0 deletions
diff --git a/hooks/pre-commit b/hooks/pre-commit
index 8336947..67a1b19 100755
--- a/hooks/pre-commit
+++ b/hooks/pre-commit
@@ -9,6 +9,8 @@ cd $(git rev-parse --show-toplevel)
echo "Building docs"
make -C docs txt
make -C docs html
+git add docs/rfc.html
+git add docs/rfc.txt
echo "Running tests before commit to main"
go test ./...