action-shellcheck/runaction.sh

6 lines
182 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 {} +
find . -name \*.bashrc -exec shellcheck {} +
find . -name \*.bash_profile -exec shellcheck {} +