Skip to content

feat: include type of feed posting #48

feat: include type of feed posting

feat: include type of feed posting #48

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/[email protected]
with:
fail: true
args: --verbose --no-progress './pages/*/*.tsx' './**/*.md'