Skip to content

Commit d5dbc40

Browse files
committed
Fix lint step color
1 parent 9f166cc commit d5dbc40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/lint/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM codercom/playcicache
33
LABEL "com.github.actions.name"="lint"
44
LABEL "com.github.actions.description"=""
55
LABEL "com.github.actions.icon"="code"
6-
LABEL "com.github.actions.color"="pink"
6+
LABEL "com.github.actions.color"="purple"
77

88
COPY entrypoint.sh /entrypoint.sh
99

0 commit comments

Comments
 (0)