mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
4 lines
80 B
Bash
Executable file
4 lines
80 B
Bash
Executable file
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/hook.sh"
|
|
|
|
deno run -A npm:lint-staged
|