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