Skip to content

chore(deps): bump lycheeverse/lychee-action from 1.10.0 to 2.0.0 #19

chore(deps): bump lycheeverse/lychee-action from 1.10.0 to 2.0.0

chore(deps): bump lycheeverse/lychee-action from 1.10.0 to 2.0.0 #19

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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@7da8ec1fc4e01b5a12062ac6c589c10a4ce70d67
- 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