2021-09-08 16:18:59 -04:00
|
|
|
---
|
|
|
|
name: 'Super-Linter slim'
|
|
|
|
author: 'GitHub'
|
|
|
|
description: 'It is a simple combination of various linters, written in bash, to help validate your source code.'
|
|
|
|
runs:
|
|
|
|
using: 'docker'
|
2023-08-16 14:04:16 -04:00
|
|
|
image: 'docker://ghcr.io/super-linter/super-linter:slim-v5'
|
2021-09-08 16:18:59 -04:00
|
|
|
branding:
|
|
|
|
icon: 'check-square'
|
|
|
|
color: 'white'
|
2023-08-17 11:12:11 -04:00
|
|
|
# You can view https://github.com/super-linter/super-linter#environment-variables
|
2021-09-08 16:18:59 -04:00
|
|
|
# to see a comprehensive list of all environment variables that can be passed
|