From 9f91891dc7df73fb08db1bf6920d4e21ab5ac1cf Mon Sep 17 00:00:00 2001 From: Lukas Gravley Date: Thu, 14 May 2020 08:35:15 -0500 Subject: [PATCH] adding quotes --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0b8c00dd..f4130c00 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ name: 'Super-Linter' author: 'GitHub' -description: It is a simple combination on various linters, written in bash, to help validate your source code. +description: 'It is a simple combination on various linters, written in bash, to help validate your source code.' runs: using: 'docker' image: 'Dockerfile'