diff options
Diffstat (limited to 'bin/lint')
-rwxr-xr-x | bin/lint | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/lint b/bin/lint new file mode 100755 index 0000000..712c950 --- /dev/null +++ b/bin/lint @@ -0,0 +1,3 @@ +#! /usr/bin/env sh + +yamllint -s `find . -name '*.yml' -not -path '*.env*'` |