Skip to content

fix(deps): update module github.com/onsi/ginkgo/v2 to v2.22.2 #718

fix(deps): update module github.com/onsi/ginkgo/v2 to v2.22.2

fix(deps): update module github.com/onsi/ginkgo/v2 to v2.22.2 #718

name: Broken link check
on: [push]
# Declare default permissions as read only.
permissions: read-all
jobs:
broken_link_checker_job:
runs-on: ubuntu-latest
name: Check for broken links
steps:
- name: Check for broken links
id: link-report
uses: celinekurpershoek/[email protected]
with:
# Required:
url: "https://github.com/kubearmor/kubearmor-client"
# optional:
honorRobotExclusions: false
ignorePatterns: "github,google"
recursiveLinks: false # Check all URLs on all reachable pages (could take a while)
- name: Get the result
run: echo "${{steps.link-report.outputs.result}}"