mirror of
https://github.com/CHEF-KOCH/Warez
synced 2025-03-11 10:17:30 +00:00
Merge pull request #24 from maximousblk/patch-1
Fixed "on already defined"
This commit is contained in:
commit
91a3fda5b5
4
.github/workflows/validate.yml
vendored
4
.github/workflows/validate.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user