-
-
Notifications
You must be signed in to change notification settings - Fork 21
fix: skip empty files #71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In POSIX sh, set option pipefail is undefined. SC3040
action-languagetool/entrypoint.sh
Line 2 in 3147a95
set -eo pipefail |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📝 [shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. SC2086
action-languagetool/entrypoint.sh
Line 18 in 3147a95
git config --global --add safe.directory $GITHUB_WORKSPACE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📝 [shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. SC2086
action-languagetool/entrypoint.sh
Line 40 in 3147a95
FILES="$(git ls-files | ghglob ${INPUT_PATTERNS})" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In POSIX sh, echo flags are undefined. SC3037
action-languagetool/entrypoint.sh
Line 44 in 3147a95
IFS=$(echo -en "\n\b") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[shellcheck (suggestion)] reported by reviewdog 🐶
action-languagetool/entrypoint.sh
Line 18 in 3147a95
git config --global --add safe.directory $GITHUB_WORKSPACE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[shellcheck (suggestion)] reported by reviewdog 🐶
action-languagetool/entrypoint.sh
Line 40 in 3147a95
FILES="$(git ls-files | ghglob ${INPUT_PATTERNS})" |
🏷️ [bumpr] Next version:v1.20.2 Changes:v1.20.1...reviewdog:skip-empty |
🚀 [bumpr] Bumped! New version:v1.20.2 Changes:v1.20.1...v1.20.2 |
No description provided.