Skip to content
Snippets Groups Projects
Commit 036891d0 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

shellcheck: Run shellcheck as a Github action.

Add shellcheck as an action to be executed on every PR.
parent 93a44149
No related branches found
No related tags found
No related merge requests found
...@@ -76,3 +76,11 @@ jobs: ...@@ -76,3 +76,11 @@ jobs:
run: | run: |
pip install pylint==2.10.2 pip install pylint==2.10.2
pylint plugins --disable=import-error pylint plugins --disable=import-error
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@1.1.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment