Skip to content

fix(eval): remove stale ./executable before compile.sh #44

fix(eval): remove stale ./executable before compile.sh

fix(eval): remove stale ./executable before compile.sh #44

on: [pull_request]
name: Check Markdown links in modified files
permissions:
contents: read
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: tcort/github-action-markdown-link-check@v1
with:
use-verbose-mode: 'yes'
check-modified-files-only: 'yes'
base-branch: 'main'
config-file: .github/mlc_config.json