mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-07-29 00:18:54 +00:00
9 lines
131 B
Bash
Executable File
9 lines
131 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
## Lint UI
|
|
sh "$(dirname "$0")/lint-ui.sh"
|
|
|
|
## Lint API
|
|
sh "$(dirname "$0")/lint-api.sh"
|