mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 11:33:13 +00:00
6 lines
69 B
Text
6 lines
69 B
Text
|
#!/bin/bash -e
|
||
|
|
||
|
echo "==> 🚨 Linting mas"
|
||
|
|
||
|
swiftlint lint --strict
|