Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This adds a GitHub action which runs a shell linter on all the .sh files. ludeeus/action-shellcheck is just an action which relies on https://github.com/koalaman/shellcheck which is a well known linter. Fix only serious errors by now, we'll take care of warnings later. ~/src/libbpf-ci$ find -type f -name '*.sh' |xargs shellcheck -S error ~/src/libbpf-ci$ echo $? 0 Signed-off-by: Matteo Croce <[email protected]>
- Loading branch information