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