Skip to content

docs: add backup workflow #296

docs: add backup workflow

docs: add backup workflow #296

Workflow file for this run

name: Links
on:
push:
branches:
- master
paths:
- "**.md"
- "**.html"
- ".github/workflows/links.yml"
pull_request:
paths:
- "**.md"
- "**.html"
- ".github/workflows/links.yml"
workflow_dispatch:
jobs:
linkChecker:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Link Checker
uses: lycheeverse/lychee-action@f81112d0d2814ded911bd23e3beaa9dda9093915 # v2.1.0
with:
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}