#!/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/