2021-02-23 12:51:34 -05:00
|
|
|
---
|
2020-05-14 09:33:50 -04:00
|
|
|
name: 'Super-Linter'
|
|
|
|
author: 'GitHub'
|
2020-06-18 13:56:16 -04:00
|
|
|
description: 'It is a simple combination of various linters, written in bash, to help validate your source code.'
|
|
|
|
runs:
|
2020-05-13 18:25:50 -04:00
|
|
|
using: 'docker'
|
2023-04-10 20:02:59 -04:00
|
|
|
image: 'docker://ghcr.io/github/super-linter:v5.0.0'
|
2020-05-13 18:25:50 -04:00
|
|
|
branding:
|
2020-11-05 17:21:41 -05:00
|
|
|
icon: 'check-square'
|
2020-05-13 18:25:50 -04:00
|
|
|
color: 'white'
|
2021-03-22 09:49:45 -04:00
|
|
|
# You can view https://github.com/github/super-linter#environment-variables
|
|
|
|
# to see a comprehensive list of all environment variables that can be passed
|