chore(deps): bump type-fest from 4.41.0 to 5.0.0 #2865
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check Links | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
jobs: | |
linkChecker: | |
name: Link Checker | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: Link Checker | |
uses: lycheeverse/[email protected] | |
with: | |
fail: true | |
args: "--verbose --no-progress './**/*.md' './**/*.html' --user-agent 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'" |