Skip to content

docs: release v1.6 (#754) #289

docs: release v1.6 (#754)

docs: release v1.6 (#754) #289

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@7cd0af4c74a61395d455af97419279d86aafaede # v2.0.2
with:
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}