Fix workflows

This commit is contained in:
Unmesh Gundecha
2021-02-21 00:09:14 +08:00
parent c7b301eb40
commit 410e4cf0a3
2 changed files with 17 additions and 1 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

View File

@@ -1,6 +1,6 @@
name: CI
on: []
on: [push, pull_request]
jobs:
build: