Closed
Conversation
Signed-off-by: Matteo Croce <teknoraver@meta.com>
Signed-off-by: Matteo Croce <teknoraver@meta.com>
Signed-off-by: Matteo Croce <teknoraver@meta.com>
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. Disable style suggestions SC1091, SC2181 and SC2001 because they are not worth fixing in this repository. ~/src/libbpf-ci$ find * -type f -name '*.sh' |xargs shellcheck -e SC1091,SC2181,SC2001 ~/src/libbpf-ci$ echo $? 0 Signed-off-by: Matteo Croce <teknoraver@meta.com>
teknoraver
added a commit
to teknoraver/libbpf
that referenced
this pull request
Oct 27, 2022
Run shellckeck linter in a github action, as in libbpf/ci#61 Signed-off-by: Matteo Croce <teknoraver@meta.com>
teknoraver
added a commit
to teknoraver/libbpf
that referenced
this pull request
Oct 27, 2022
Run shellckeck linter in a github action, as in libbpf/ci#61 Signed-off-by: Matteo Croce <teknoraver@meta.com>
teknoraver
added a commit
to teknoraver/libbpf
that referenced
this pull request
Oct 27, 2022
Run shellckeck linter in a github action, as in libbpf/ci#61 Signed-off-by: Matteo Croce <teknoraver@meta.com>
anakryiko
pushed a commit
to libbpf/libbpf
that referenced
this pull request
Oct 27, 2022
Run shellckeck linter in a github action, as in libbpf/ci#61 Signed-off-by: Matteo Croce <teknoraver@meta.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
test