Removed failing actions workflow

This commit is contained in:
Unmesh Gundecha
2021-10-15 00:43:20 +08:00
parent 99f3ab1f18
commit 99e8b54c14

View File

@@ -1,16 +0,0 @@
name: Check Markdown links
on:
push:
branches:
- master
schedule:
# Run every Monday
- cron: "0 0 * * 1"
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check