mirror of
https://github.com/actions-hub/stylelint.git
synced 2024-11-26 09:41:01 -05:00
12 lines
270 B
YAML
12 lines
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'
|