edf4357176
* add workflows * fix * fix lint * rpc tests * build and format * fix build errors * remove dontcover * update importer test * more fixes * lint * split importer test * fix * remove tmp dir * revert * comment test import
13 lines
292 B
YAML
13 lines
292 B
YAML
name: Check Markdown links
|
|
on:
|
|
schedule:
|
|
- cron: "* */24 * * *"
|
|
jobs:
|
|
markdown-link-check:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@development
|
|
- uses: gaurav-nelson/github-action-markdown-link-check@0.6.0
|
|
with:
|
|
folder-path: "docs"
|