Skip to content

Merge branch 'main' of https://github.com/scicode-bench/website-draft… #36

Merge branch 'main' of https://github.com/scicode-bench/website-draft…

Merge branch 'main' of https://github.com/scicode-bench/website-draft… #36

Workflow file for this run

name: Check Markdown links
on:
workflow_dispatch:
push:
pull_request:
schedule:
- 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