9 lines
169 B
Bash
Executable file
9 lines
169 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# SPDX-FileCopyrightText: 2021 Johannes Loher <johannes.loher@fg4f.de>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
yarn run lint-staged
|