Merge pull request #24 from maximousblk/patch-1

Fixed "on already defined"
This commit is contained in:
CHEF-KOCH 2020-05-04 19:50:07 +02:00 committed by GitHub
commit 91a3fda5b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,3 @@
on: [push]
name: Check Markdown links
# https://github.com/marketplace/actions/markdown-link-check
on:
@ -7,7 +5,7 @@ on:
branches:
- master
schedule:
- cron: 0 12 * * 0-5
- cron: 0 12 * * *
jobs:
markdown-link-check: