action-shellcheck/runaction.sh
2019-03-14 18:15:36 +01:00

6 lines
182 B
Bash

#!/bin/bash
cd "$GITHUB_WORKSPACE" || exit 1
find . -name \*.sh -exec shellcheck {} +
find . -name \*.bashrc -exec shellcheck {} +
find . -name \*.bash_profile -exec shellcheck {} +