10 lines
245 B
Bash
Executable file
10 lines
245 B
Bash
Executable file
#!/usr/bin/env sh
|
|
# This file is part of Share₂Fedi
|
|
# https://github.com/kytta/share2fedi
|
|
#
|
|
# SPDX-FileCopyrightText: © 2023 Nikita Karamov <me@kytta.dev>
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
npx lint-staged
|