Skip to content

Commit

Permalink
pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
bliotti committed Oct 2, 2023
1 parent 1b36354 commit e9a98c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
repos:
- repo: local
hooks:
- id: get-commit
name: Get commit hash
description: Gets the current hash
entry: getcommit.sh
language: script

2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,4 @@ highlight_code = true
[extra]
zola_site = "./public"
static_dir = "./static"
git_sha = "6c17e25"
git_sha="1b36354"

0 comments on commit e9a98c7

Please sign in to comment.