Integrate ShellCheck Validation for install.sh and run.sh Scripts - Edited yaml File #47
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello again @orhun,
Yesterday during the release, I sent a merge request (#46) by performing a check for the run and install bash scripts. If we can handle that request and include it in the project, we can add a shellcheck check to the workflow for automatic checks. I also use this in my own workflow. It saves a lot of time. Of course, some warnings may need to be disabled. But this is a very rare situation.
I have done various tests on the repository I forked myself. (https://github.com/KaganCanSit/git-cliff-action/actions)
It will save a lot of time and effort.
I wanted to help. However, if there is something I want to change, you can reach me. I would like to help in my free time. I am open to learning.
Have a nice day!