action-shellcheck/runaction.sh

4 lines
86 B
Bash
Raw Permalink Normal View History

2019-03-09 11:25:14 +01:00
#!/bin/bash
cd "$GITHUB_WORKSPACE" || exit 1
find . -name \*.sh -exec shellcheck {} +