Skip to content

feat(workflow): add workflow for checking broken links #5

feat(workflow): add workflow for checking broken links

feat(workflow): add workflow for checking broken links #5

# Copyright the Hyperledger Fabric contributors. All rights reserved.
#
# SPDX-License-Identifier: Apache-2.0
name: "Broken Link Checker"
on:
workflow_dispatch:
schedule:
- cron: "50 1 * * *"
pull_request:
permissions:
contents: read
jobs:
broken-lint-checker:
name: "Check Broken Links"
runs-on: fabric-ubuntu-latest
steps:
- name: Checkout Fabric Code
uses: actions/checkout@v3
- name: Check Broken Links
uses: lycheeverse/lychee-action@v1.8.0