Skip to content

rename repository

rename repository #10

Workflow file for this run

name: Check links
on:
push:
repository_dispatch:
workflow_dispatch:
schedule:
- cron: "28 0 * * 0"
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Link Checker
uses: lycheeverse/lychee-action@v2
with:
args: --insecure --verbose --no-progress 'src/**/*.md' 'src/**/*.html' 'src-1lab/**/*.md' 'src-1lab/**/*.html' 'index.html'