mirror of
https://github.com/pockethost/pockethost.git
synced 2025-09-15 21:20:11 +00:00
6 lines
101 B
Plaintext
6 lines
101 B
Plaintext
branch="$(git rev-parse --abbrev-ref HEAD)"
|
|
if [ "$branch" = "master" ]; then
|
|
turbo check-types
|
|
fi
|
|
|