mirror of
https://github.com/actions-hub/stylelint.git
synced 2024-11-22 16:00:54 -05:00
12 lines
No EOL
270 B
YAML
12 lines
No EOL
270 B
YAML
name: 'stylelinter'
|
|
description: 'GitHub Action that runs stylelint.'
|
|
author: 'Serhiy Mytrovtsiy <mitrovtsiy@ukr.net>'
|
|
branding:
|
|
icon: 'layout'
|
|
color: 'black'
|
|
inputs:
|
|
INDENT_SPACES:
|
|
description: 'Space indentation'
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile' |