Skip to content

Add section on Feldera #210

Add section on Feldera

Add section on Feldera #210

Workflow file for this run

name: CI
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: lycheeverse/lychee-action@v2
with:
fail: true
jobSummary: true
args: --base . --verbose --no-progress './**/*.md'