Skip to content

feat: static gas (backport #331) #82

feat: static gas (backport #331)

feat: static gas (backport #331) #82

Workflow file for this run

name: Check Markdown links
on:
pull_request:
paths: ["**.md"]
push:
branches:
- umee
- release/**
paths: ["**.md"]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
check-modified-files-only: "yes"
base-branch: umee
config-file: ".github/workflows/linkchecker.config.json"