Skip to content

Make Crosswalk side-panel rows clickable to Explorer and Framework pages #95

Make Crosswalk side-panel rows clickable to Explorer and Framework pages

Make Crosswalk side-panel rows clickable to Explorer and Framework pages #95

Workflow file for this run

name: Link check
on:
schedule:
- cron: '0 6 * * 1'
push:
branches: [main]
jobs:
linkcheck:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: lycheeverse/lychee-action@v2.0.2
with:
args: '--verbose --no-progress **/*.md'
fail: true