Skip to content

feat(eval): code grader multimodal — structured Content in CodeGrader… #143

feat(eval): code grader multimodal — structured Content in CodeGrader…

feat(eval): code grader multimodal — structured Content in CodeGrader… #143

Workflow file for this run

name: Validate
on:
push:
branches: [main]
pull_request:
jobs:
links:
name: Check Links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check relative markdown links
uses: lycheeverse/lychee-action@v2
with:
args: >-
--offline
--no-progress
--glob-ignore-case
--root-dir .
"**/*.md"