diff --git a/.github/workflows/action_shell-scripts.yml b/.github/workflows/action_shell-scripts.yml new file mode 100644 index 000000000..fbdfddaca --- /dev/null +++ b/.github/workflows/action_shell-scripts.yml @@ -0,0 +1,12 @@ +name: Shell Scripts + +on: + pull_request: null + +jobs: + shellcheck: + name: ShellCheck + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: ludeeus/action-shellcheck@master