mirror of
https://github.com/actions-hub/stylelint.git
synced 2024-11-25 17:21:01 -05:00
19 lines
No EOL
453 B
YAML
19 lines
No EOL
453 B
YAML
name: 'stylelinter'
|
|
description: 'GitHub Action that runs stylelint.'
|
|
author: 'Serhiy Mytrovtsiy <mitrovtsiy@ukr.net>'
|
|
branding:
|
|
icon: 'layout'
|
|
color: 'black'
|
|
inputs:
|
|
pattern:
|
|
description: 'Pattern for style files.'
|
|
default: './*.css'
|
|
config_path:
|
|
description: 'Path to stylelint configuration file.'
|
|
default: './'
|
|
indent_space:
|
|
description: 'Space indentation.'
|
|
default: 2
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile' |