From cf379ecc49cb6d39b6fb2aa6bba81f592892e0ce Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Sun, 26 Jan 2020 21:30:15 +0300 Subject: [PATCH] Ignore truthy in yamllint (for github-actions) --- .yamllint | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.yamllint b/.yamllint index 6946975e..90d9514b 100644 --- a/.yamllint +++ b/.yamllint @@ -7,3 +7,5 @@ rules: level: warning indent-sequences: consistent line-length: disable + # github-actions "on:" + truthy: disable -- 2.40.0