Files
would-reformat/ci/shellcheck.sh
2023-09-30 15:29:37 -06:00

4 lines
76 B
Bash
Executable File

#!/bin/bash
shellcheck "$(find . -type f | grep -v '\.git' | grep '\.sh')"