mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 21:50:59 -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
|
# Super-Linter
|
||||||
This repository is for the **GitHub Action** to run a **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:
|
The end goal of this tool:
|
||||||
- Prevent broken code from being uploaded to *master* branches
|
- Prevent broken code from being uploaded to *master* branches
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: 'Super-Linter'
|
name: 'Super-Linter'
|
||||||
author: 'GitHub'
|
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:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'Dockerfile'
|
image: 'Dockerfile'
|
||||||
branding:
|
branding:
|
||||||
|
|
Loading…
Reference in a new issue