tickwerk/.husky/commit-msg
2022-05-16 02:08:27 +02:00

9 lines
155 B
Bash
Executable file

#!/bin/sh
# SPDX-FileCopyrightText: 2021 Johannes Loher
#
# SPDX-License-Identifier: MIT
. "$(dirname "$0")/_/husky.sh"
yarn run commitlint --edit "$1"