aboutsummaryrefslogtreecommitdiff
path: root/scripts/assert-shellcheck.sh
blob: e24c29c456fcd1648311bc7371384f500ba9c835 (about) (plain) (blame)
1
2
3
4
5
6
#!/usr/bin/env bash
set -Eeuo pipefail
cd "$(dirname "${BASH_SOURCE[0]}")"
cd ../

git ls-files | grep '\.sh$' | xargs shellcheck