Skip to content

add learning path documentation #4

add learning path documentation

add learning path documentation #4

Workflow file for this run

name: links
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
markdown-links:
name: markdown links
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v5
- name: check links
uses: lycheeverse/lychee-action@v2
with:
args: --config .lychee.toml README.md "docs/**/*.md" "src/main/java/**/README.md"
fail: true