Skip to content
Snippets Groups Projects
Commit cac4e3fa authored by nimrod's avatar nimrod
Browse files

- Run shell lint (sh -en) in an empty environment (no environment

variables set).
- Bump minor version.
parent 1226e35f
Branches
Tags v0.5.0
No related merge requests found
0.4.0 0.5.0
\ No newline at end of file
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
name: Lint shell scripts name: Lint shell scripts
description: Run /bin/sh -en against shell scripts. description: Run /bin/sh -en against shell scripts.
language: system language: system
entry: /bin/sh entry: /usr/bin/env
args: ['-en'] args: ['-i', '/bin/sh', '-en']
files: &shell_scripts \.(sh|bash|ksh|zsh)$ files: &shell_scripts \.(sh|bash|ksh|zsh)$
- id: shellcheck - id: shellcheck
name: shellcheck name: shellcheck
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment