We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47431cd commit 14e22a7Copy full SHA for 14e22a7
README.md
@@ -60,5 +60,4 @@ See test repository and latest status [here](https://github.com/modernweb-dev/ch
60
61
# Author
62
63
-[Julien Lengrand-Lambert](https://twitter.com/jlengrand)
64
-
+[Modern Web](https://modern-web.dev)
action.yml
@@ -1,13 +1,14 @@
1
name: 'Check HTML Links action'
2
description: 'A simple way to check for dead links in the documentation of your repository'
3
+author: 'Modern Web (https://modern-web.dev)'
4
+branding:
5
+ icon: 'bookmark'
6
+ color: 'blue'
7
inputs:
8
doc-folder:
9
description: 'location of the documentation folder'
10
required: false
11
default: 'dist'
-# outputs:
- # result:
- # description: 'complete console output'
12
runs:
13
using: 'docker'
14
image: 'Dockerfile'
0 commit comments