ds4/.husky/commit-msg

10 lines
155 B
Text
Raw Normal View History

2021-09-14 17:10:23 +02:00
#!/bin/sh
# SPDX-FileCopyrightText: 2021 Johannes Loher
#
# SPDX-License-Identifier: MIT
. "$(dirname "$0")/_/husky.sh"
yarn run commitlint --edit "$1"