mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-13 20:39:33 -05:00
3a5ba0b431
Uses the updated super-linter/super-linter repo Bumps the slim image version to 5.2.0 to align with the full-fat version of the action
12 lines
455 B
YAML
12 lines
455 B
YAML
---
|
|
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'
|
|
image: 'docker://ghcr.io/super-linter/super-linter:slim-v5.2.0'
|
|
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
|