From: Azat Khuzhin Date: Sun, 26 Jan 2020 18:30:15 +0000 (+0300) Subject: Ignore truthy in yamllint (for github-actions) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf379ecc49cb6d39b6fb2aa6bba81f592892e0ce;p=libevent Ignore truthy in yamllint (for github-actions) --- 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