Browse Source

check for changelog entry first

pull/1259/head
Ross McFarland 6 months ago
parent
commit
cac5995fb3
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .git_hooks_pre-commit

+ 1
- 1
.git_hooks_pre-commit View File

@ -7,7 +7,7 @@ GIT=$(dirname "$HOOKS")
ROOT=$(dirname "$GIT")
. "$ROOT/env/bin/activate"
"$ROOT/script/changelog" check
"$ROOT/script/lint"
"$ROOT/script/format" --check --quiet || (echo "Formatting check failed, run ./script/format" && exit 1)
"$ROOT/script/coverage"
"$ROOT/script/changelog" check

Loading…
Cancel
Save