Skip to content

chore(deps): bump actions/checkout from 4.2.1 to 4.2.2 #31

chore(deps): bump actions/checkout from 4.2.1 to 4.2.2

chore(deps): bump actions/checkout from 4.2.1 to 4.2.2 #31

name: "Check docs links"
on:
workflow_dispatch:
push:
branches:
- master
paths:
- "docs/**"
- ".github/workflows/documentation-links.yml"
pull_request:
paths:
- "docs/**"
- ".github/workflows/documentation-links.yml"
jobs:
linkChecker:
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@2bb232618be239862e31382c5c0eaeba12e5e966
# - name: Create Issue From File
# if: env.lychee_exit_code != 0
# uses: peter-evans/create-issue-from-file@e8ef132d6df98ed982188e460ebb3b5d4ef3a9cd
# with:
# title: Link Checker Report
# content-filepath: ./lychee/out.md
# labels: |
# report
# automated-issue
# help-wanted
# assignees: VictorAvelar