Merge pull request #5 from gaurav-nelson/support-mlc-config

Added actions.yml
This commit is contained in:
Gaurav Nelson 2019-10-09 11:40:00 +10:00 committed by GitHub
commit 085591084e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
action.yml Normal file
View File

@ -0,0 +1,5 @@
name: 'markdown-link-check'
description: 'Check if all links are valid in markdown files.'
runs:
using: 'docker'
image: 'Dockerfile'