Skip to content

feat: add link checker workflow #1

feat: add link checker workflow

feat: add link checker workflow #1

Workflow file for this run

name: Links
on:
push:
branches:
- "main"
- "new-portfolio"
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Link Checker
id: lychee
uses: lycheeverse/[email protected]
with:
fail: true