Rename .gothub to .forgejo
All checks were successful
Check Case Normalization / Build image using Buildah (push) Successful in 4s
Build from containerfile / Build image using Buildah (push) Successful in 4s
Build with docker/metadata-action / Build image with Containerfile (push) Successful in 4s

This commit is contained in:
phil 2024-10-25 04:44:17 +02:00
parent f4f7c75012
commit 27925d2c1c
6 changed files with 0 additions and 0 deletions

View 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