1
0
Fork 1
This repository has been archived on 2025-03-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
wulkanowy-mirror/app/play-publish-lint.sh
2019-06-04 01:53:20 +02:00

7 lines
220 B
Bash
Executable file

#!/bin/bash -
content=$(cat < "app/src/main/play/release-notes/pl-PL/default.txt") || exit
if [[ "${#content}" -gt 500 ]]; then
echo >&2 "Release notes content has reached the limit of 500 characters"
exit 1
fi