Skip to content

feat: static gas

feat: static gas #75

Workflow file for this run

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