Skip to content

chore(deps): Bump lycheeverse/lychee-action from 1.10.0 to 2.0.0 #325

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 #325

Workflow file for this run

name: Links
on:
push:
branches:
- main
- master
pull_request:
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
fetch-depth: 0
- name: Link Checker
uses: lycheeverse/lychee-action@7da8ec1fc4e01b5a12062ac6c589c10a4ce70d67 #v2.0.0
with:
args: --no-progress './**/*.yml' './**/*.yaml' './**/*.md' './**/*.gotmpl' './**/*.tpl' './**/OWNERS' './**/LICENSE'
token: ${{ secrets.GITHUB_TOKE }}
fail: true