ci: add link checker (#31)
This commit is contained in:
Родитель
01b2bed946
Коммит
13cc8480c2
|
@ -0,0 +1,20 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
workflow_dispatch:
|
||||
name: Link Checker
|
||||
jobs:
|
||||
linkinator:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: JustinBeckwith/linkinator-action@v1
|
||||
with:
|
||||
paths: "**/*.md"
|
||||
markdown: true
|
||||
retry: true
|
Загрузка…
Ссылка в новой задаче