8000 Merge branch 'main' into stepit/new-config-approach · evmos/evmos@3371f04 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat(test): Add support for custom decimals to test suite. #6714

feat(test): Add support for custom decimals to test suite.

feat(test): Add support for custom decimals to test suite. #6714

Workflow file for this run

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/get-diff-action@v6.1.2
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
0