asdf/scripts/shellcheck.bash
James Hegedus 60e0e05a9f
ci: automated release workflow (#987)
Co-authored-by: jthegedus <jthegedus@users.noreply.github.com>
2021-07-13 11:32:37 +10:00

13 lines
248 B
Bash
Executable File

#!/usr/bin/env bash
exec shellcheck -s bash -x \
asdf.sh \
completions/*.bash \
bin/asdf \
bin/private/asdf-exec \
lib/utils.bash \
lib/commands/*.bash \
scripts/*.bash \
test/test_helpers.bash \
test/fixtures/dummy_plugin/bin/*