Add ShellCheck workflow

This commit is contained in:
Floris van der Grinten
2021-05-20 17:12:12 +02:00
parent 8e88ca96a5
commit 2d364e111f
5 changed files with 20 additions and 2 deletions

View File

@@ -1,4 +1,7 @@
#!/bin/bash
# shellcheck disable=SC2086
set -e
assert_env_unset() {
if [ -n "$(printenv $1)" ]; then
echo "Expected secret $1 to be unset"