Fix allowlist (#10) #86
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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] |