mirror of
https://github.com/modernweb-dev/check-html-links-action.git
synced 2026-03-10 08:51:19 +00:00
15 lines
396 B
YAML
15 lines
396 B
YAML
name: 'Check HTML Links action'
|
|
description: 'A simple way to check for dead links in the documentation of your repository'
|
|
inputs:
|
|
who-to-greet: # id of input
|
|
description: 'Who to greet'
|
|
required: true
|
|
default: 'World'
|
|
outputs:
|
|
time: # id of output
|
|
description: 'The time we greeted you'
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile'
|
|
args:
|
|
- ${{ inputs.who-to-greet }} |