1
1
Fork 0
matrix/scripts/lint.sh

7 lines
96 B
Bash

#!/usr/bin/env bash
# Exit on any errors
set -e -u
find -name '*.sh' -exec shellcheck '{}' \;