fedora-ci / mini-tps

Installability test for RPMs
GNU General Public License v2.0
1 stars 8 forks source link

ci: Add Shell linter and Dependabot #4

Closed jamacku closed 2 years ago

jamacku commented 2 years ago

Looking at this repository, I think it might be beneficial to have a shell linter.

Differential ShellCheck is a GitHub action that performs differential ShellCheck scans on shell scripts changed via PR and reports results directly in PR. The beauty of differential scans is that you will get reports only about newly added defects. Differential ShellCheck is able to produce reports in SARIF format. GitHub understands this format and is able to display it nicely as a PR comment, and on the Files Changed tab, please see below.

image

image

Documentation is available at @redhat-plumbers-in-action/differential-shellcheck.

Note: I have also added Dependabot to keep your future workflows up to date

Andrei-Stepanov commented 2 years ago

Hello, I think this is cool feature. Let's use it. @jamacku thank you for the contribution.