Fix typo (combination on → combination of)

This commit is contained in:
Waldir Pimenta 2020-06-18 18:56:16 +01:00
parent 3569fc0407
commit 1aadf2df86
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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: