Skip to content

add Bali commands for releasing #1458

add Bali commands for releasing

add Bali commands for releasing #1458

Workflow file for this run

name: Check Links
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: '.github/workflows/mlc_config.json'
check-modified-files-only: 'yes'
base-branch: 'main'