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: