build(deps): bump github.com/evmos/evmos/v19 from 19.0.0-20240731212153-b36241652b57 to 19.1.0 #51
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check Markdown links | |
on: | |
pull_request: | |
branches: | |
- main | |
- release/** | |
permissions: read-all | |
jobs: | |
markdown-link-check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: technote-space/[email protected] | |
with: | |
PATTERNS: | | |
**.md | |
- uses: gaurav-nelson/github-action-markdown-link-check@master | |
with: | |
check-modified-files-only: "yes" | |
use-quiet-mode: "yes" | |
base-branch: "main" | |
config-file: "mlc_config.json" | |
if: env.GIT_DIFF |