We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e52acfb commit fda26ddCopy full SHA for fda26dd
1 file changed
test/check_formatted.sh
@@ -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