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

4 lines
97 B
Bash
Executable File

#!/bin/bash
docker run --rm -u "$(id -u):$(id -g)" -v "$PWD:/mnt" -w /mnt mvdan/shfmt -l -i 4 .