Skip to content

Bump softprops/action-gh-release from 1 to 2 (#159) #313

Bump softprops/action-gh-release from 1 to 2 (#159)

Bump softprops/action-gh-release from 1 to 2 (#159) #313

Workflow file for this run

---
name: Docs
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
markdown-link-check:
name: Broken Links
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run link check
uses: gaurav-nelson/[email protected]
with:
use-quiet-mode: 'no'
use-verbose-mode: 'yes'
config-file: '.github/workflows/docs_mlc_config.json'