changed action name to style linter

This commit is contained in:
Serhiy Mytrovtsiy 2019-08-21 22:34:27 +02:00 committed by GitHub
parent 0b391a7ff7
commit 26c3d98252
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,11 @@
FROM exelban/baseimage:node-latest
LABEL name="stylelint"
LABEL name="stylelinter"
LABEL version="1.0.0"
LABEL repository="https://github.com/exelban/stylelint"
LABEL homepage="https://github.com/exelban/stylelint"
LABEL maintainer="Serhiy Mytrovtsiy <mitrovtsiy@ukr.net>"
LABEL com.github.actions.name="stylelint"
LABEL com.github.actions.name="stylelinter"
LABEL com.github.actions.description="GitHub Action that runs stylelint."
LABEL com.github.actions.icon="layout"
LABEL com.github.actions.color="black"