Skip to content

Renovate: rbubley/mirrors-prettier to v3.5.3 (#38) #51

Renovate: rbubley/mirrors-prettier to v3.5.3 (#38)

Renovate: rbubley/mirrors-prettier to v3.5.3 (#38) #51

Workflow file for this run

# Check for broken links with lychee
name: Link Check
on:
push:
branches:
- main
pull_request:
jobs:
link-check:
timeout-minutes: 2
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@f613c4a64e50d792e0b31ec34bbcbba12263c6a6 # v2.3.0
with:
args: "--verbose -- ."
fail: true
jobSummary: true