Skip to content

Commit

Permalink
Update markdown-link-check.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Schmiedmayer <[email protected]>
  • Loading branch information
PSchmiedmayer authored Jan 20, 2025
1 parent 457aebd commit f328eee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/markdown-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
# SPDX-License-Identifier: MIT
#

name: Check README Links
name: Check Links

on:
workflow_call:

jobs:
markdown_link_check:
name: Check Links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -25,7 +26,7 @@ jobs:
CONFIG_FILE=".linkspector.yml"
if [ ! -f "$CONFIG_FILE" ]; then
echo "Configuration file not found. Creating a new one."
cat <<EOL > $CONFIG_FILE
cat > $CONFIG_FILE <<-EOL
dirs:
- .
useGitIgnore: true
Expand Down

0 comments on commit f328eee

Please sign in to comment.