@ -5,6 +5,8 @@ jobs:
shellcheck:
name: shellcheck
runs-on: ubuntu-latest
env:
INPUT_SHELLCHECK_OPTIONS: --format=gcc -x
steps:
- uses: actions/checkout@v3
- name: shellcheck
@ -11,4 +11,5 @@ chmod +x "${_target}/clone-all"
if ! [[ ":$PATH:" == *":$_target:"* ]]; then
echo "Your PATH is missing '$_target', consider adding it."
fi
cd ..
echo "fin."
@ -1,6 +1,8 @@
#!/usr/bin/env bash
set -e
source ../src/1-logr.sh
# shellcheck disable=SC1091
source ./src/1-logr.sh 2&>/dev/null|| source ../src/1-logr.sh
function testLogger() {
log "trying to yeet"