Skip to content

chore: fix typo in component output for security scan #685

chore: fix typo in component output for security scan

chore: fix typo in component output for security scan #685

Workflow file for this run

---
name: Link Checker
on:
push: null
repository_dispatch: null
workflow_dispatch: null
permissions:
contents: read
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1
with:
persist-credentials: false
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 #v2.7.0
with:
args: --verbose --no-progress --accept 100..=103,200..=299,429 './**/*.md'
format: markdown
fail: true