Skip to content

Add custom sdk build options #2326

Add custom sdk build options

Add custom sdk build options #2326

Workflow file for this run

name: markdown_link_check
on:
push:
branches:
- main
pull_request:
schedule:
- cron: "0 0 * * 0"
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
- uses: tcort/github-action-markdown-link-check@e7c7a18363c842693fadde5d41a3bd3573a7a225
with:
use-quiet-mode: 'yes'
config-file: 'mlc_config.json'