summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Peter <megastep@megastep.org>2020-03-05 04:20:07 -0800
committerStephane Peter <megastep@megastep.org>2020-03-05 04:20:07 -0800
commit9f7edb9c264d30af585f0745ba15db2dea454edd (patch)
tree575687f10b95a3a810f6e4584cacbdc9f9f4a38c
parent96974a1742250937c60f54c1a0a17f6fa8079800 (diff)
downloadmakeself-9f7edb9c264d30af585f0745ba15db2dea454edd.tar.gz
Only lint for errors
-rw-r--r--.github/workflows/build.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 296541f..74fbc78 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -36,6 +36,7 @@ jobs:
- name: Checkout Makeself
uses: actions/checkout@v2
- name: Run ShellCheck
- uses: azohra/shell-linter@v0.2.0
+ uses: azohra/shell-linter@feature/add-severity-mode
with:
path: "makeself.sh"
+ severity: "error"