From 9e7d1e913714fb36eb610f5b84ee18339a450889 Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sun, 30 Jun 2024 20:07:14 +0100 Subject: Add yamllint linter and supporting script --- bin/lint | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/lint (limited to 'bin') 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*'` -- cgit v1.2.3-70-g09d2