mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
Fix typo (combination on → combination of)
This commit is contained in:
parent
3569fc0407
commit
1aadf2df86
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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 of various linters, written in bash, to help validate your source code.'
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
|
|
Loading…
Reference in a new issue