Add basic github action that runs shellcheck

This commit is contained in:
Samantaz Fox 2021-10-29 18:09:45 +02:00
parent fd739cc5ea
commit 22ecea0128

14
.github/workflows/shellcheck.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: shellcheck-validation
on: push
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Execute ShellCheck
run: shellcheck scripts/*.sh