9 lines
155 B
Bash
Executable file
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"
|