Rename .gothub to .forgejo
This commit is contained in:
parent
f4f7c75012
commit
27925d2c1c
6 changed files with 0 additions and 0 deletions
20
.forgejo/workflows/link_check.yml
Normal file
20
.forgejo/workflows/link_check.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
name: Link checker
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- '**.md'
|
||||
pull_request:
|
||||
paths:
|
||||
- '**.md'
|
||||
schedule:
|
||||
- cron: '0 0 * * *' # every day at midnight
|
||||
|
||||
jobs:
|
||||
markdown-link-check:
|
||||
name: Check links in markdown
|
||||
runs-on: container
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: gaurav-nelson/github-action-markdown-link-check@v1
|
||||
with:
|
||||
use-verbose-mode: true
|
Loading…
Add table
Add a link
Reference in a new issue