Skip to content

Fix allowlist (#10) #86

Fix allowlist (#10)

Fix allowlist (#10) #86

Workflow file for this run

# Copyright (c) 2023-2024 tracetronic GmbH
#
# SPDX-License-Identifier: MIT
name: Check Markdown Links
on:
push:
schedule:
- cron: "0 8 * * 1"
jobs:
markdown-link-check:
name: check md links
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: gaurav-nelson/[email protected]