Skip to content

Set version to 1.1.0 in all crates (#493) #972

Set version to 1.1.0 in all crates (#493)

Set version to 1.1.0 in all crates (#493) #972

Workflow file for this run

name: Check Links
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
config-file: '.github/workflows/mlc_config.json'