mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-01-18 17:41:58 +01:00
142c6d53df
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
19 lines
454 B
YAML
19 lines
454 B
YAML
name: "ShellCheck"
|
|
author: "Ludeeus <hi@ludeeus.dev>"
|
|
description: "GitHub action for ShellCheck."
|
|
inputs:
|
|
ignore:
|
|
description: 'Paths to ignore when running ShellCheck'
|
|
required: false
|
|
default: ''
|
|
severity:
|
|
description: 'Minimum severity of errors to consider. Options: [error, warning, info, style]'
|
|
required: false
|
|
default: ''
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile'
|
|
branding:
|
|
icon: 'terminal'
|
|
color: 'gray-dark'
|