Update workflow title

This commit is contained in:
Gaurav Nelson 2019-04-03 15:18:58 +10:00 committed by GitHub
parent d1622fc5ce
commit 59abf54ff4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
workflow "New workflow" {
on = "push"
workflow "Markdown link check" {
resolves = ["markdown-link-check"]
on = "push"
}
action "markdown-link-check" {