From 1aadf2df8681a648c7d75a3e43c6a605c649790e Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Thu, 18 Jun 2020 18:56:16 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20typo=20(combination=20on=20=E2=86=92=20co?= =?UTF-8?q?mbination=20of)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- action.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 99b757ac..65b71695 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Super-Linter This repository is for the **GitHub Action** to run a **Super-Linter**. -It is a simple combination on various linters, written in `bash`, to help validate your source code. +It is a simple combination of various linters, written in `bash`, to help validate your source code. The end goal of this tool: - Prevent broken code from being uploaded to *master* branches diff --git a/action.yml b/action.yml index f4130c00..746fa671 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ name: 'Super-Linter' author: 'GitHub' -description: 'It is a simple combination on various linters, written in bash, to help validate your source code.' -runs: +description: 'It is a simple combination of various linters, written in bash, to help validate your source code.' +runs: using: 'docker' image: 'Dockerfile' branding: