aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/shellcheck.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/shellcheck.yml')
-rw-r--r--.github/workflows/shellcheck.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml
new file mode 100644
index 0000000..8873f0b
--- /dev/null
+++ b/.github/workflows/shellcheck.yml
@@ -0,0 +1,20 @@
+name: Shellcheck
+
+on:
+ # Trigger the workflow on push or pull requests.
+ push:
+ pull_request:
+
+jobs:
+ test:
+ runs-on: ubuntu-latest
+
+ steps:
+ - name: Checkout source
+ uses: actions/checkout@v2
+
+ - name: Display shellcheck version
+ run: shellcheck --version
+
+ - name: Shellcheck execution
+ run: shellcheck test/runtest*.sh