mirror of
https://github.com/actions/labeler.git
synced 2025-12-12 12:37:48 +00:00
f
This commit is contained in:
4
.github/workflows/check_dist.sh
vendored
4
.github/workflows/check_dist.sh
vendored
@@ -3,8 +3,8 @@
|
|||||||
dist_index_diff=$(git diff --exit-code --text -- dist/index.js)
|
dist_index_diff=$(git diff --exit-code --text -- dist/index.js)
|
||||||
|
|
||||||
if [[ "$dist_index_diff" ]]; then
|
if [[ "$dist_index_diff" ]]; then
|
||||||
echo -e "$dist_index_diff\n‼️ Changes detected to dist/index.js! \n\tPlease run \`npm run build' and commit the result." >&2;
|
echo -e "$dist_index_diff\n‼️ Changes detected to dist/index.js! \n\tPlease run \`npm run build' and commit the result." >&2
|
||||||
exit 1;
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# - run: |
|
# - run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user