We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My .ghalint.yml was here.
--- excludes: - policy_name: action_ref_should_be_full_length_commit_sha workflow_file_path: .github/workflows/linters.yml job_name: markdownlint
bash-5.2$ ghalint run bash-5.2$ echo $? 1
No error message, but exit 1.
exit 1
--- excludes: - policy_name: action_ref_should_be_full_length_commit_sha action_name: torana-us/torana-shared-actions/.github/workflows/wc-markdownlint.yml
action_ref_should_be_full_length_commit_sha policy need action_name, so I rewrite. https://github.com/suzuki-shunsuke/ghalint/blob/main/pkg/config/config.go#L49-L51
action_ref_should_be_full_length_commit_sha
I want to display error message.
The text was updated successfully, but these errors were encountered:
Thank you for your report! I'll take a look.
Sorry, something went wrong.
Great job! Thans!!
v0.2.5 is out 🎉 https://github.com/suzuki-shunsuke/ghalint/releases/tag/v0.2.5
Successfully merging a pull request may close this issue.
My .ghalint.yml was here.
No error message, but
exit 1
.action_ref_should_be_full_length_commit_sha
policy need action_name, so I rewrite.https://github.com/suzuki-shunsuke/ghalint/blob/main/pkg/config/config.go#L49-L51
I want to display error message.
The text was updated successfully, but these errors were encountered: