Skip to content

Commit c3982f5

Browse files
Updated action.yml
included icon, color, and author
1 parent 0855910 commit c3982f5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: 'markdown-link-check'
22
description: 'Check if all links are valid in markdown files.'
3+
author: 'Gaurav Nelson'
4+
branding:
5+
icon: 'link'
6+
color: 'green'
37
runs:
48
using: 'docker'
5-
image: 'Dockerfile'
9+
image: 'Dockerfile'

0 commit comments

Comments
 (0)