From a5b0d911590a2e6b8fa0dff149df2becb391eb04 Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Wed, 13 May 2020 15:25:50 -0700 Subject: [PATCH] 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'