superlint/action.yml
github-actions[bot] 337504c75b
Updating action.yml with new release version (#1271)
Co-authored-by: SuperLinter Automation <super_linter_automation@github.com>
2021-02-26 10:04:08 -06:00

10 lines
286 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:v3.15.1'
branding:
icon: 'check-square'
color: 'white'