From a5b0d911590a2e6b8fa0dff149df2becb391eb04 Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Wed, 13 May 2020 15:25:50 -0700 Subject: [PATCH 1/3] Create action.yml --- action.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 action.yml diff --git a/action.yml b/action.yml new file mode 100644 index 00000000..0517dc30 --- /dev/null +++ b/action.yml @@ -0,0 +1,9 @@ +name: super-linter +author: github +description: It is a simple combination on various linters, written in bash, to help validate your source code. +runs: + using: 'docker' + image: 'Dockerfile' +branding: + icon: 'check-square' + color: 'white' From bc2c8529e95fdbab5a4ab3fa84b5b257f59e1bc7 Mon Sep 17 00:00:00 2001 From: Lukas Gravley Date: Thu, 14 May 2020 08:33:50 -0500 Subject: [PATCH 2/3] Making pretty --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 0517dc30..0b8c00dd 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ -name: super-linter -author: github +name: 'Super-Linter' +author: 'GitHub' description: It is a simple combination on various linters, written in bash, to help validate your source code. runs: using: 'docker' From 9f91891dc7df73fb08db1bf6920d4e21ab5ac1cf Mon Sep 17 00:00:00 2001 From: Lukas Gravley Date: Thu, 14 May 2020 08:35:15 -0500 Subject: [PATCH 3/3] 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'