mas/script/lint
Chris Araman 64695e2457
📜 Lint
2021-03-28 14:12:02 -07:00

17 lines
224 B
Bash
Executable file

#!/bin/bash -e
#
# script/lint
# mas
#
# Linting checks for CI "Lint" stage.
#
echo "==> 🚨 Linting mas"
echo
echo "--> 🕊️ Swift"
swiftlint lint --strict
echo
echo "--> 📜 Bash"
shfmt -i 2 -l -w contrib/ script/