From 27a715d7348d611e46d52cf49ab7a5bd84be36a6 Mon Sep 17 00:00:00 2001 From: Simone Carletti Date: Thu, 23 Dec 2021 14:36:43 +0100 Subject: [PATCH] Disable false positive See https://github.com/adrienverge/yamllint/issues/158 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 094e5ced..bc8afecd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,10 @@ --- name: ci +# yamllint disable-line rule:truthy on: push: pull_request: - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: jobs: