aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2021-09-13 12:46:15 +0200
committerGuillem Jover <guillem@hadrons.org>2021-09-13 13:19:25 +0200
commita8feca92ea9613e05acc7b7f4713071e36a4fe9a (patch)
tree10a1ca0df8aa2c3bc334b6762203bcf66bd968b7 /.github
parent422f5c109fbea6901f92021a8a0eb789791ce593 (diff)
downloadliburing-a8feca92ea9613e05acc7b7f4713071e36a4fe9a.tar.gz
.github/workflows: Add new shellcheck CI test
Signed-off-by: Guillem Jover <guillem@hadrons.org>
Diffstat (limited to '.github')
-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