-
Notifications
You must be signed in to change notification settings - Fork 0
brokeit #39
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
base: main
Are you sure you want to change the base?
Conversation
| my_var="some value" | ||
| [ -f $my_var ] | ||
| echo "hello" > /dev/stderr | ||
| if [ "$foo" = 1 ]; then |
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.
| my_var="some value" | ||
| [ -f $my_var ] | ||
| echo "hello" > /dev/stderr | ||
| if [ "$foo" = 1 ]; then |
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.
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 🐶
Expected 'fi' matching previously mentioned 'if'. SC1047
kroxylicious/scripts/common.sh
Line 81 in 7b17e12
| } |
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 🐶
Expected 'fi'. Fix any mentioned problems and try again. SC1072
kroxylicious/scripts/common.sh
Line 81 in 7b17e12
| } |
The github permissions are currently blocking PRs from forks from writing checks/review commands. We cannot use workflow permissions to give write permissions to runs from forks. Options are to shuffle the work into a workflow_run triggered after the lint, so we can use the workflow_permissions. Or use pull_request_target. Or use a PAT with write permissions. Signed-off-by: Robert Young <robertyoungnz@gmail.com>
Signed-off-by: Robert Young <robertyoungnz@gmail.com>
Signed-off-by: Robert Young <robertyoungnz@gmail.com>
Signed-off-by: Robert Young <robertyoungnz@gmail.com>
Signed-off-by: Robert Young <robertyoungnz@gmail.com>
Type of change
Select the type of your PR
Description
Please describe your pull request
Additional Context
Why are you making this pull request?
Checklist
Please go through this checklist and make sure all applicable tasks have been done