mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
454ba4482c
Signed-off-by: Brett Logan <lindluni@github.com>
12 lines
440 B
YAML
12 lines
440 B
YAML
---
|
|
name: 'Super-Linter'
|
|
author: 'GitHub'
|
|
description: 'It is a simple combination of various linters, written in bash, to help validate your source code.'
|
|
runs:
|
|
using: 'docker'
|
|
image: 'docker://ghcr.io/github/super-linter:v4.10.1'
|
|
branding:
|
|
icon: 'check-square'
|
|
color: 'white'
|
|
# You can view https://github.com/github/super-linter#environment-variables
|
|
# to see a comprehensive list of all environment variables that can be passed
|