Skip to content

feat: introduce blacklist filter via AI #121

feat: introduce blacklist filter via AI

feat: introduce blacklist filter via AI #121

Workflow file for this run

name: Links
on:
push:
branches:
- "main"
- "new-portfolio"
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1.8.0
with:
fail: false
args: --verbose --no-progress './pages/*/*.tsx' './**/*.md'