Skip to content

Commit fda26dd

Browse files
committed
Add missing script
1 parent e52acfb commit fda26dd

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

test/check_formatted.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
3+
if [[ $(mix help format) ]];
4+
then
5+
mix format --check-formatted
6+
fi

0 commit comments

Comments
 (0)