Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Bump tornado from 6.3.2 to 6.5.1 in /research/information_retrieval/doc2query #2814

Bump tornado from 6.3.2 to 6.5.1 in /research/information_retrieval/doc2query

Bump tornado from 6.3.2 to 6.5.1 in /research/information_retrieval/doc2query #2814

Workflow file for this run

name: Check Markdown links
on:
push:
branches:
- main
pull_request:
branches:
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
config-file: '.github/workflows/mlc_config.json'