Initial Commit

This commit is contained in:
Unmesh Gundecha
2021-02-14 22:03:29 +08:00
commit 68bee0a687
12 changed files with 1047 additions and 0 deletions

16
.github/workflows/link_check.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
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@v1